license plate
#6

Quote:
Originally Posted by Abreezy
Посмотреть сообщение
For Hood and Trunk:

pawn Код:
CMD:hood(playerid, params[])
{
new car = GetPlayerVehicleID(playerid);
new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(car, engine, lights, alarm, doors, bonnet, boot, objective);
if(bonnet == 0)
{
SetVehicleParamsEx(car,engine,lights,alarm,doors,1,boot,objective);
SendClientMessage(playerid, -1, "You have opened the hood");
}
else
{
SetVehicleParamsEx(car,engine,lights,alarm,doors,0,boot,objective);
SendClientMessage(playerid, -1, "You closed the hood");
}
return 1;
}
I think you can make boot one based off this one. - Untested, not indented, made on quick reply box
Thanks, + rep 4 u Now i just need the buyable plate system
Reply


Messages In This Thread
license plate - by viddo - 14.02.2012, 22:35
Re: license plate - by PhilippinesRoleplay - 14.02.2012, 22:36
Re: license plate - by viddo - 14.02.2012, 22:39
Re: license plate - by jamesbond007 - 14.02.2012, 23:04
Re: license plate - by Abreezy - 14.02.2012, 23:11
Re: license plate - by viddo - 14.02.2012, 23:52

Forum Jump:


Users browsing this thread: 1 Guest(s)