26.09.2011, 20:19
Nice, but now there is again a mistake in the example Script:
warning 202: number of arguments does not match definition
Include:
Example Script:
One Float in the args to much.
warning 202: number of arguments does not match definition
Include:
pawn Код:
AddVehicleMissiles(vehicleid,Float:offsetx,Float:offsetz)
pawn Код:
AddVehicleMissiles(Vehicle,1.1,0.0,-0.2);