12.01.2010, 15:01
Sometimes, I have a following "effect" on my server. I have some vehicles with -1, respawn timer like this
Sometimes it just magically respawns for nothing, no SetVehicleToRespawn used or something like that
Is there any way to fix this
pawn Код:
Car = CreateVehicle(402,1909.7543,2298.7668,10.6543,271.1354,119,1, -1);
Is there any way to fix this