22.03.2010, 04:26
aww man! it still says im not admin! does it only work if your logged in rcon or something?
I rly need to make this admin only because it would suck if players could just enter admin village and take all the weapons lol
I rly need to make this admin only because it would suck if players could just enter admin village and take all the weapons lol
Код:
if(strcmp(cmdtext, "/adminship", true, 10) == 0)
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_GREEN, "Your not admin!");
SetPlayerPos(playerid, 3203.9760,-1472.5383,16.6099);
return 1;

