DrPawn

case fixx

Feb 13th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. switch(dialogid)
  2. {
  3. case Dialog_Login:
  4. {
  5. if(response != 0){
  6. Kick(playerid);return SendClientMessage(playerid,ROT,"Du hast den Login Abgebrochen");}
  7. if(!strlen(inputtext))
  8. {
  9. SendClientMessage(playerid,ROT,"Du hast ein Falsches Passwort eingeben.");
  10. ShowPlayerDialog(playerid,Dialog_Login,INPUT,"Login","Dein Account wurde Gefunden. Gib bitte dein Password ein","Login","Beenden");
  11. }
  12. }
  13. }
  14. return 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment