02.06.2009, 17:35
well you can teleport directly above you with this code:
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
Код:
new Float:X; new Float:Y; new Float:Z; GetPlayerPos(playerid,X,Y,Z); SetPlayerPos(playerid,X,Y,Z + 10);
then you can use a button of your keyboard instead of a code..
lolz :P :P

