09.10.2015, 21:19
Make sure to save the pin as a string because numbers that start with a zero will bug out.. like "0000" or "0123"..
It should be:
instead of sscanf.. for strings.
And don't forget to change all instances of integer to a 4 digit string.
It should be:
PHP код:
strcpy(pass, PlayerInfo[playerid][pSecKey]);
And don't forget to change all instances of integer to a 4 digit string.