28.02.2015, 23:13
Well, a tip that always helps:
When debugging, always use printf to show you the SQL command lines you are sending to ensure it's being sent properly, then check if the variables themselves are working, afterwards, if the variables are working then it's obviously something wrong with your usage of spawning them.
Also, AddStaticVehicleEx only works under OnGameModeInit.
When debugging, always use printf to show you the SQL command lines you are sending to ensure it's being sent properly, then check if the variables themselves are working, afterwards, if the variables are working then it's obviously something wrong with your usage of spawning them.
Also, AddStaticVehicleEx only works under OnGameModeInit.