[help]
#4

pawn Код:
CMD:on(playerid,params[])
{
    SetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
    return 1;
}

CMD:off(playerid,params[])
{
    SetVehicleParamsEx(vid,VEHICLE_PARAMS_OFF,lights,alarm,doors,bonnet,boot,objective);
    return 1;
}
Reply


Messages In This Thread
[help] - by decastro96 - 20.06.2011, 19:44
Re: [help] - by =WoR=Varth - 20.06.2011, 20:07
Re: [help] - by decastro96 - 20.06.2011, 20:22
Re: [help] - by =WoR=Varth - 20.06.2011, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)