24.10.2014, 20:59
Код:
CMD:gotopos(playerid, params[]) {new Float:xx,Float:yx,Float:zx; if(Player[playerid][pAdmin] >= 1 || Player[playerid][pLeader] >= 1) {if(sscanf(params, "fff",xx,yx,zx)) { SetPlayerPos(playerid,xx,yx,zx); } }else return SendClientMessage(playerid, COLOR_LIGHTGREEN, "[Database:]{FFFFFF} You are not a Administrator"); return 1; }