Posts: 145
Threads: 14
Joined: Aug 2012
04.09.2012, 14:52
(
Последний раз редактировалось Yiin; 06.09.2012 в 12:53.
)
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!
Posts: 366
Threads: 91
Joined: Oct 2010
Reputation:
0
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?
Posts: 145
Threads: 14
Joined: Aug 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).