Super Jump..
#1

I don't know why this is happening.
androids have the ability to super jump,but for some reason,They super jump when I press ANY KEY! EVEN AIM!

Here's a video on this bug : https://www.youtube.com/watch?v=rbPj...ature=*********

They're supposed to jump from LALT ( WALK KEY).

PHP код:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
if(
GetPlayerTeam(playerid) == 2)
{
if(
PRESSED(KEY_WALK))
{
new 
Float:x,Float:y,Float:z;
GetPlayerVelocity(playerid,Float:x,Float:y,Float:z);
SetPlayerVelocity(playerid,Float:x,Float:y*1.0,Float:z+0.81.2);

Please help me,I do not understand or seem to see where I've done this mistake.
Reply


Messages In This Thread
Super Jump.. - by ProBro - 14.03.2017, 14:20
Re: Super Jump.. - by Toroi - 14.03.2017, 14:25
Re: Super Jump.. - by ProBro - 14.03.2017, 14:26
Re: Super Jump.. - by RyderX - 14.03.2017, 14:27
Re: Super Jump.. - by ProBro - 14.03.2017, 14:29
Re: Super Jump.. - by Toroi - 14.03.2017, 14:30
Re: Super Jump.. - by GoldenLion - 14.03.2017, 14:35
Re: Super Jump.. - by ProBro - 14.03.2017, 14:44
Re: Super Jump.. - by ProBro - 14.03.2017, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)