/skydive choice
#1

I have a cmd that allows players to do /skydive, and it adds 1000 meters to their current location... Is it possible to make them be able to choose the meters? such as...

/skydive [amount of meters they want to go]

Is it possible? and can you show me?

Код:
if(!strcmp("/chuter",cmdtext,true))
  	{
                new Float:pPos[3];
	  	GivePlayerWeapon(playerid,46,1);
	  	GetPlayerPos(playerid,pPos[0],pPos[1],pPos[2]);
		SetPlayerPos(playerid,pPos[0],pPos[1],pPos[2]+1000);
  		return 1;
	}
Reply


Messages In This Thread
/skydive choice - by cray1100 - 01.08.2013, 23:12
Re: /skydive choice - by Amel_PAtomAXx - 02.08.2013, 00:57
Re: /skydive choice - by cray1100 - 02.08.2013, 01:10
Re: /skydive choice - by Amel_PAtomAXx - 02.08.2013, 01:11
Re: /skydive choice - by Jefff - 02.08.2013, 01:17
Re: /skydive choice - by cray1100 - 03.08.2013, 23:33

Forum Jump:


Users browsing this thread: 7 Guest(s)