14.08.2009, 17:32
maybe u'have a vehicle / object with worng ID, check u'r mode without the vehicles + objects.
more option:
put it in u'r mode, put near the defines.
more option:
Quote:
stock AddStaticVehicleEx(modelid,Float ![]() { assert modelid >= 400 || modelid <= 611; CreateVehicle(modelid,x,y,z,a,color1,color2); return 1; } #define AddStaticVehicle AddStaticVehicleEx |