about the F key in-game - 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: about the F key in-game (
/showthread.php?tid=592778)
about the F key in-game -
DemME - 29.10.2015
Hey, so probably I haven't done nothing wrong, I just restarted my server and now I can't even get in vehicles inside, it's like something cuts the animation, from where that problem can occur?
Re: about the F key in-game -
iKarim - 29.10.2015
Search for
PHP код:
ClearAnimation(playerid);
In the call back 'OnPlayerEnterVehicle' and/or 'OnPlayerUpdate'.
Re: about the F key in-game -
DemME - 29.10.2015
Quote:
Originally Posted by PawnHunter
Search for
PHP код:
ClearAnimation(playerid);
In the call back 'OnPlayerEnterVehicle' and/or 'OnPlayerUpdate'.
|
Oh right, accidently wrote it instead of ClearChat, thanks.