|
|
#1 |
|
Banned
![]() Join Date: Jul 2012
Location: Dartmouth nova scotia
Posts: 45
Reputation: 7
|
Hello,
I made a Gold Rims command to install GR on any vehicle with /goldrims. Download: http://www.mediafire.com/?41a2zfxq5nbyzuj Pawno Code: Code:
CMD:goldrims(playerid, params[])
{
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;
}
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to script gold rims? | Aizen | Scripting Help | 10 | 21/07/2012 05:13 PM |
| Gold rims help | Josh_Main | Scripting Help | 10 | 06/06/2012 09:21 AM |
| Switch/Cutter rims filterscript help[rep+] | Josh_Main | Scripting Help | 2 | 04/06/2012 01:34 AM |
| [Tutorial] Making a gold rims command | Rg-Gaming.Info | Tutorials | 20 | 29/05/2012 01:07 PM |
| Need help to create moving gates and gold rims CMD | Strech | Scripting Help | 1 | 29/05/2012 09:59 AM |