08.02.2013, 19:29
Hi,
What's wrong with this:
I want to check if the Name of the player has [GTA] or not.
What's wrong with this:
PHP код:
new nname[MAX_PLAYER_NAME];
GetPlayerName(playerid, nname, sizeof(nname));
if(strfind("[GTA]", nname, true) != -1)