Should return a value
#3

pawn Код:
stock ToggleEngine(vehicleid, toggle)
{
    new engine, lights, alarm, doors, bonnet, boot, objective;
    GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
    SetVehicleParamsEx(vehicleid, toggle, lights, alarm, doors, bonnet, boot, objective);
}
Reply


Messages In This Thread
Should return a value - by Dziugsas - 11.04.2014, 13:45
Re: Should return a value - by Konstantinos - 11.04.2014, 13:51
Re: Should return a value - by Dziugsas - 11.04.2014, 13:51
Re: Should return a value - by BroZeus - 11.04.2014, 13:52
Re: Should return a value - by Dziugsas - 11.04.2014, 13:55
Re: Should return a value - by Konstantinos - 11.04.2014, 13:57
Re: Should return a value - by Dziugsas - 11.04.2014, 14:00
Re: Should return a value - by Conradus - 11.04.2014, 14:13

Forum Jump:


Users browsing this thread: 2 Guest(s)