#3

like this
pawn Код:
CMD:up(playerid,parmas[])
{
new hi;
if(sscanf(parmas,"i",hi))return SendClinetMessage(playerid,-1,"{ff0000}wrong usage do /up height");
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,hi);
return 1;
}
Reply


Messages In This Thread
/up - by KrYpToN98 - 05.04.2014, 13:50
Re: /up - by LocMax - 05.04.2014, 13:58
Re: /up - by BroZeus - 05.04.2014, 14:00

Forum Jump:


Users browsing this thread: 1 Guest(s)