16.06.2018, 23:36
adicione no final do GM:
Ou vocк pode usar:
PHP код:
GetPlayerNameEx(playerid) {
static NomePlayer[MAX_PLAYER_NAME];
GetPlayerName(playerid, NomePlayer, MAX_PLAYER_NAME);
return NomePlayer;
}
PHP код:
new nomej[MAX_PLAYER_NAME];
GetPlayerName(playerid, nomej, MAX_PLAYER_NAME);
if(strcmp("SeuNick", nomej)) return 1;