30.04.2014, 08:56
I've never had this problem, but now, it appeared.
The way vehicle is created:
There are no errors what so ever, but it makes it despawn after a while in afk.
I have only 2 instances in script that would delete vehicle:
1. command,
2. Minute timer, and when the server time is **:00 ( Each hour )
so I doubt they're messing with it.
The way vehicle is created:
There are no errors what so ever, but it makes it despawn after a while in afk.
pawn Код:
CreateVehicle(vid, X+5,Y,Z, 0, -1, -1, -1);
1. command,
2. Minute timer, and when the server time is **:00 ( Each hour )
so I doubt they're messing with it.