SA-MP Forums Archive
a_samp, a_players and a_vehicles not working - 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: a_samp, a_players and a_vehicles not working (/showthread.php?tid=374903)



[SOLVED] a_samp, a_players and a_vehicles not working - Yiin - 04.09.2012

Is it normal? When I comment a_samp, a_players and a_vehicles includes, no error appear after compile.
http://i.imgur.com/j4fkr.png

how to fix it? SetPlayer and SetVehicle functions are not working too. No errors.

EDIT: Solved. JunkBuster bug with Useful Functions. Thanks to Virtual1ty!


Re: a_samp, a_players and a_vehicles not working - Deal-or-die - 04.09.2012

Haha, are you purposely trying to break something? Why do you want to remove them? You must have 'a_samp' at least.

With the 'SetPlayer' and 'SetVehicle' what exactly are you trying to achieve?


Re: a_samp, a_players and a_vehicles not working - Yiin - 04.09.2012

Quote:
Originally Posted by Deal-or-die
Посмотреть сообщение
Haha, are you purposely trying to break something? Why do you want to remove them? You must have 'a_samp' at least.

With the 'SetPlayer' and 'SetVehicle' what exactly are you trying to achieve?
I mean I have a problem - https://sampforum.blast.hk/showthread.php?tid=374531

Now I find out what is wrong, a_samp, a_players and a_vehicles includes are not working, and I cant find why. Its like when I use CreateVehicle or SetPlayerPos, server think i use return 1; or just ignore that function (I have no idea).