simple help with vehicleprams:D
#7

If you want all the vehicles are shut down when GM starts, use this:

PHP код:
public OnGameModeInit()
{
    new 
engine,lights,alarm,doors,bonnet,boot,objective;
    for(new 
0MAX_VEHICLES++)
    {
        
GetVehicleParamsEx(i,engine,lights,alarm,doors,bonnet,boot,objective);
        
SetVehicleParamsEx(i,0,lights,alarm,doors,bonnet,boot,objective);  
    }
    return 
1;

Reply


Messages In This Thread
simple help with vehicleprams:D - by Honest_Player - 06.07.2011, 18:38
Re: simple help with vehicleprams:D - by HayZatic - 06.07.2011, 18:54
Re: simple help with vehicleprams:D - by Shadoww5 - 06.07.2011, 19:04
Re: simple help with vehicleprams:D - by Honest_Player - 06.07.2011, 19:09
Re: simple help with vehicleprams:D - by Honest_Player - 06.07.2011, 19:11
Re: simple help with vehicleprams:D - by Deskoft - 06.07.2011, 19:20
Re: simple help with vehicleprams:D - by Shadoww5 - 06.07.2011, 19:23
Re: simple help with vehicleprams:D - by Honest_Player - 06.07.2011, 19:31
Re: simple help with vehicleprams:D - by Deskoft - 06.07.2011, 19:38
Re: simple help with vehicleprams:D - by Honest_Player - 06.07.2011, 19:40
Re: simple help with vehicleprams:D - by Shadoww5 - 06.07.2011, 19:47
Re: simple help with vehicleprams:D - by alpha500delta - 06.07.2011, 19:58

Forum Jump:


Users browsing this thread: 1 Guest(s)