Lil Problemo here
#1

Hey scirpters.
I wanted to make that whenever I run my server(OnGameModeInIt) then all of the vehicles engines will be turned off.
So I made Under OnGameModeInIt)
for(new v = 0; v < MAX_VEHICLES; v++)
{
GetVehicleParamsEx(v,engine,lights,alarm,doors,bon net,boot,objective);
SetVehicleParamsEx(v,VEHICLE_PARAMS_OFF,lights,ala rm,doors,bonnet,boot,objective);
}

and it doesnt work.
no errors .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)