15.05.2014, 22:51
You can use strcmp to find player name just set bool to true and it will player name.
Код:
new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); if(strcmp(name, "Kevin_Blahblah", true, sizeof(name)) == 0)