21.03.2010, 21:24
i did what you said and it gave me crap loads of errors so i did this but it says im not admin when i try the tele...
Код:
if(strcmp(cmdtext, "/adminship", true) == 0)
{
if(IsPlayerAdmin(playerid))
SetPlayerPos(playerid, 3203.9760,-1472.5383,16.6099);
else SendClientMessage(playerid,COLOR_LIGHTBLUE,"You not admin, are you retarded?!");
return 1;

