30.05.2009, 10:16
Quote:
Originally Posted by Felle
Try adding a respawn delay (not including that is what's giving you warnings) to the end of each CreateVehicle call. Bear in mind it's in seconds - just add 1 or something.
|
CreateVehicle(modelid, Float, Float:y,Float:z, Float:angle, color1, color2, respawn_delay)
EDIT: I bet the warnings told you exactly what was wrong, and if not a quick glance at the wiki would have done.