02.09.2010, 17:28
Quick write, if you use dcmd:
pawn Код:
dcmd_command(playerid,params[])
{
if(IsPlayerAdmin))
{
// stuff here
}
return 1;
}