Why this Cmds not working?
#1

Код:
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;
}
Reply


Messages In This Thread
Why this Cmds not working? - by MBilal - 24.10.2014, 20:59
Re : Why this Cmds not working? - by MCZOFT - 24.10.2014, 21:21
Re: Why this Cmds not working? - by dominik523 - 24.10.2014, 21:25
Re: Why this Cmds not working? - by MBilal - 24.10.2014, 21:29

Forum Jump:


Users browsing this thread: 1 Guest(s)