05.03.2014, 05:00
As the title says,i saw on some servers that you can make a faction for example,and the members of it have the command to tune your car,how can i make the table with tunning items?Thanks.
#define TUNEMENU 15000
CMD:tune (playerid, params[])
{
ShowPlayerDialog(playerid, TUNEMENU, DIALOG_STYLE_LIST, "Tune Menu","Nitrox\nHydraulics\nWheels\nPaint Jobs\nColours", "Select", "Back");
return 1;
}