i need help scripting another CMd of wheels Changing
#1

Well i got this script of changing wheels cmd
Quote:

CMD:gr(playerid, params[]) {
return cmd_goldrims(playerid, params);
}

CMD:goldrims(playerid, params[])
{
if(IsPlayerConnected(playerid)) {
if(PlayerInfo[playerid][pAdmin] < 1) {
SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
return 1;
}
if(IsPlayerInAnyVehicle(playerid)) {
AddVehicleComponent(GetPlayerVehicleID(playerid), 1080);
SendClientMessageEx(playerid, COLOR_GREY, " Gold Rims Added to Vehicle!");
}
}
return 1;
}

And i wanted to add another command that installs Cutter rims Could anyone help me?
Reply


Messages In This Thread
i need help scripting another CMd of wheels Changing - by amitdahari - 26.07.2013, 22:04
Re: i need help scripting another CMd of wheels Changing - by Vanter - 26.07.2013, 22:11
Re: i need help scripting another CMd of wheels Changing - by amitdahari - 26.07.2013, 22:18
Re: i need help scripting another CMd of wheels Changing - by Vanter - 26.07.2013, 22:30
Re: i need help scripting another CMd of wheels Changing - by amitdahari - 26.07.2013, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)