18.07.2011, 17:14
Quote:
( AddStaticVehicle(596,641.3103,-609.7316,16.0593,357.6638,0,1,10000 )
If I do that, I will get this error; warning 202: number of arguments does not match definition |
pawn Код:
AddStaticVehicle(596,641.3103,-609.7316,16.0593,357.6638,0,10000);
AddStaticVehicle doesnt have Respawn_Delay
is like this !!!
Код:
(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2)
Код:
AddStaticVehicleEx (596,641.3103,-609.7316,16.0593,357.6638,1,0,10000 );