Super Jump..
#3

Quote:
Originally Posted by Troydere
Посмотреть сообщение
As i pointed out 20min ago in your old thread, you're missing a bracket.
is that causing the bug?

Here's more of it.
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);
}
}

Quote:
Originally Posted by ProBro
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: 4 Guest(s)