Super jump
#1

Hello i need help im searching on super jump system for zombies. But the command u can use every 3 or 4 seconds.
Please help me
Reply
#2

I won't go and search it for you because you are lazy but i will tell you how to make it yourself

1.in OnPlayerStateChange check if player press shift(or any other key you want)
2.check if time passed from last time used jump and if passed and player is in zombi team SetPlayerVelocity z hight
3 store last time used jump from gettime() (no need for timers)
Reply
#3

Man i searched it.. and dont found it.
Reply
#4

pawn Код:
CMD:sjump(playerid,params[])
{
    SetPlayerVelocity(playerid,0.0,0.0,0.3);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)