15.08.2015, 22:03
How come this gives a tag mismatch?
If I'm right, strlen returns the length of a string with an integer, how come this won't work?
If I'm right, strlen returns the length of a string with an integer, how come this won't work?
Код:
GetPlayerName(playerid, testname, sizeof(testname)); if(testname[strlen(testname)] == ('s' || 'S' || 'z' || 'Z'))