Kangaroo command
#1

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

change the y with an animation?
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)