09.09.2011, 14:12
hello,
I have a problem with the return value of strcmp:
Problem: when I type nothing into the dialog (inputtext is empty) strcmp returns 0.
I have a problem with the return value of strcmp:
pawn Код:
//OnDialogResponse
if(!strcmp("123", inputtext, false)) return OnPlayerLogin(playerid, LOGIN_NORMAL);