Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- switch(dialogid)
- {
- case Dialog_Login:
- {
- if(response != 0){
- Kick(playerid);return SendClientMessage(playerid,ROT,"Du hast den Login Abgebrochen");}
- if(!strlen(inputtext))
- {
- SendClientMessage(playerid,ROT,"Du hast ein Falsches Passwort eingeben.");
- ShowPlayerDialog(playerid,Dialog_Login,INPUT,"Login","Dein Account wurde Gefunden. Gib bitte dein Password ein","Login","Beenden");
- }
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment