Bunnyhop issue - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Bunnyhop issue (
/showthread.php?tid=390609)
Bunnyhop issue -
UnknownGamer - 07.11.2012
pawn Код:
new giveplayer;
GetPlayerName(playerid, giveplayer, sizeof(giveplayer));
if(PlayerPressedJump[giveplayer], myname) return 0;
Whats up with that, argument mistype errors.
Re: Bunnyhop issue -
cosbraa - 07.11.2012
if(PlayerPressedJump[giveplayer], myname)
What is PlayerPressedJump[giveplayer] meant to be.
The whole if statement is incorrect.