Quote:
Originally Posted by _Zume
Con un interruptor.
pawn Код:
new bool:JumpActive[MAX_PLAYERS];
if(JumpActive[playerid] == true && newkeys & KEY_JUMP) { new Float:SuperJump[3]; GetPlayerVelocity(playerid, SuperJump[0], SuperJump[1], SuperJump[2]); SetPlayerVelocity(playerid, SuperJump[0], SuperJump[1], SuperJump[2]+5); return 1; }
|
gracias por responder y en que parte coloco esto ._.?