Why this Cmds not working?
#4

i Fix it but thanks for Suggestions

CMD:gotopos(playerid, params[])
{new Floatx,Float:yx,Float:zx;
if(Player[playerid][pAdmin] >= 1 || Player[playerid][pLeader] >= 1)
{if(sscanf(params, "fff",xx,yx,zx)) return SendClientMessage(playerid, -1, "[Database]:: /gotopos [X] [Y] [Z]");
{
SetPlayerPos(playerid,xx,yx,zx);
}
}else return SendClientMessage(playerid, COLOR_LIGHTGREEN, "[Database:]{FFFFFF} You are not a Administrator");
return 1;
}

here is Fixed CMD
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: 2 Guest(s)