18.03.2012, 11:51
huh i maked it working witout
stock PlayerName(playerid)
{
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
return Name;
}
but why it's giving me /jail /unjail when i'm ain't admin huh
i did
if(!IsPlayerAdmin(playerid))
but it's not working
stock PlayerName(playerid)
{
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
return Name;
}
but why it's giving me /jail /unjail when i'm ain't admin huh
i did
if(!IsPlayerAdmin(playerid))
but it's not working