18.02.2013, 02:36
(
Последний раз редактировалось JJB562; 18.02.2013 в 03:30.
)
If he doesn't type anything you can use this:
Post that ^ under:
pawn Код:
if(!strlen(inputtext)) return ShowPlayerDialog(playerid,1,3,"Login","{FF6347}Incorrect password!\n{A9C4E4}Type in your password to login","Login","Cancel");
pawn Код:
if(strcmp(inputtext,pInfo[playerid][Pass]) == 0)