Can't put NPC into vehicle - 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: Can't put NPC into vehicle (
/showthread.php?tid=650696)
Re: Can't put NPC into vehicle -
m4karow - 18.08.2018
My script is working well on Linux Debian9 but still not working on Windows 10. What could be the issue? :/
Re: Can't put NPC into vehicle -
NaS - 18.08.2018
Quote:
Originally Posted by m4karow
My script is working well on Linux Debian9 but still not working on Windows 10. What could be the issue? :/
|
The same issues as before or is it different this time?
Also could you show all the related code you have currently?
Re: Can't put NPC into vehicle -
m4karow - 18.08.2018
The issue is the same, the NPC is still standing on the vehicle roof. I suprised when i see the moving vehicle on the hosted server but it's still not moving on my localhost...
Whenever the NPC joins
Код:
PutPlayerInVehicle(playerid, 1, 0);
that's all... everything is the same as localhost (for example database plugins etc)