14.08.2009, 17:45
Ops, i have a worng at the Code, take the Repair Code:
Quote:
stock AddStaticVehicleEx(modelid,Float ![]() { assert modelid >= 400 || modelid <= 611; AddStaticVehicle(modelid,x,y,z,a,color1,color2); return 1; } #define AddStaticVehicle AddStaticVehicleEx |