A little problem with car respawn
#7

Quote:
Originally Posted by jerry1996
Посмотреть сообщение
( 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
yeah try this
pawn Код:
AddStaticVehicle(596,641.3103,-609.7316,16.0593,357.6638,0,10000);
you get that because AddStaticVehicle is not the same as CreateVehicle
AddStaticVehicle doesnt have Respawn_Delay
is like this !!!
Код:
(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2)
if you want with Respawn_Delay try this then use AddStaticVehicleEx
Код:
AddStaticVehicleEx (596,641.3103,-609.7316,16.0593,357.6638,1,0,10000 );
Reply


Messages In This Thread
A little problem with car respawn - by jerry1996 - 18.07.2011, 12:18
Re: A little problem with car respawn - by Raimis_R - 18.07.2011, 13:20
Re: A little problem with car respawn - by jerry1996 - 18.07.2011, 13:58
Re: A little problem with car respawn - by jerry1996 - 18.07.2011, 16:38
Re: A little problem with car respawn - by park4bmx - 18.07.2011, 16:48
Re: A little problem with car respawn - by jerry1996 - 18.07.2011, 16:55
Re: A little problem with car respawn - by park4bmx - 18.07.2011, 17:14
Re: A little problem with car respawn - by Adil - 18.07.2011, 19:00
Re: A little problem with car respawn - by jerry1996 - 18.07.2011, 20:11
Re: A little problem with car respawn - by Adil - 18.07.2011, 20:20
Re: A little problem with car respawn - by jerry1996 - 18.07.2011, 20:34

Forum Jump:


Users browsing this thread: 3 Guest(s)