28.02.2018, 13:51
Quote:
search in the gamemode how to obtain
Код:
EstiFondator(playerid) next time use php tags so it`s easier to read. good luck |
public EstiFondator(playerid)
{
if(IsPlayerConnected(playerid))
{
new nume[512];
GetPlayerName(playerid, nume, sizeof(nume));
if((strcmp(nume, "s4uriK", true) == 0) || (strcmp(nume, "PWT", true) == 0))
{
return 1;
}
}
return 0;
}