SA-MP Forums Archive
Kangaroo command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Kangaroo command (/showthread.php?tid=70123)



Kangaroo command - RyDeR` - 22.03.2009

hey when you type in san andreas kangaroo you'll jump very high is there a code for samp to jump high?


Re: Kangaroo command - Rks25 - 22.03.2009

change the y with an animation?


Re: Kangaroo command - JoshTheBoss - 02.06.2009

well you can teleport directly above you with this code:
Код:
new Float:X;
new Float:Y;
new Float:Z;
GetPlayerPos(playerid,X,Y,Z);
SetPlayerPos(playerid,X,Y,Z + 10);
then if you find the code for the tab key or spacebar key you can put it under OnPlayerKeyStateChange...
then you can use a button of your keyboard instead of a code..
lolz :P :P