simple help with vehicleprams:D
#10

pawn Код:
public OnGameModeInit()
{
    new engine,lights,alarm,doors,bonnet,boot,objective;
    for(new i = 0; i < MAX_VEHICLES; i ++)
    {
        GetVehicleParamsEx(i,engine,lights,alarm,doors,bonnet,boot,objective);
        SetVehicleParamsEx(i,0,lights,alarm,doors,bonnet,boot,objective);  
    }
    return 1;
}
work!
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)