[FilterScript] Gold Rims command.
#9

pawn Код:
CMD:goldrims(playerid)
{
    if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER)) return SendClientMessage(playerid, 0xFFFFFFFF, "You are not driving a vehicle.");
    AddVehicleComponent(GetPlayerVehicleID(playerid),1080);
    SendClientMessage(playerid, 0xFFFFFFFF, "You have added Gold Rims to your vehicle.");
    return 1;
}
Not using params, remove the params[]
Reply


Messages In This Thread
Gold Rims command. - by Anthony_Jones - 06.07.2012, 01:53
Re: Gold Rims command. - by Isaac Mofujohn - 06.07.2012, 05:38
Re: Gold Rims command. - by Anthony_Jones - 06.07.2012, 12:44
Re: Gold Rims command. - by sherlock - 06.07.2012, 13:09
Re: Gold Rims command. - by Anthony_Jones - 06.07.2012, 13:20
Re: Gold Rims command. - by Gamer_007 - 06.07.2012, 13:21
Re: Gold Rims command. - by .FuneraL. - 06.07.2012, 18:10
Re: Gold Rims command. - by Anthony_Jones - 06.07.2012, 18:13
Re: Gold Rims command. - by .FuneraL. - 06.07.2012, 18:19
Re: Gold Rims command. - by FaldiGunZ - 28.07.2012, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)