28.05.2010, 22:49
Quote:
Originally Posted by Grim_
Then you need to make some to hold the admin level of the players. For example:
pawn Код:
|
and i have this
pawn Код:
if(strcmp(cmd, "/ago", true)==0 && PlayerInfo[playerid][AdminLevel] >= 5)
{
MoveDynamicObject(Agate, 2298.9436035156, 604.76196289063, 12.568704605103,5);
return 1;
}