Cant get it done ....!
#1

Hey scripters
so I want that when I turn on my mode , all of the cars engines will be turned off...
Tried that under OnGameModeInIt()
pawn Код:
for(new v = 0; v < MAX_VEHICLES; v++)
{
    GetVehicleParamsEx(v,engine,lights,alarm,doors,bonnet,boot,objective);
    SetVehicleParamsEx(v,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
}
It doesnt work.
What to do ?
Thanks
Reply


Messages In This Thread
Cant get it done ....! - by bijoyekuza - 30.03.2011, 11:21
Re: Cant get it done ....! - by Hornet600 - 30.03.2011, 11:26
Re: Cant get it done ....! - by Mikkel_Pedersen - 30.03.2011, 11:28
Re: Cant get it done ....! - by bijoyekuza - 30.03.2011, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)