08.05.2013, 11:53
Lol man no ty for trying help but only you helped me with the ObjectMaterial , Ty dude , I want to create /buycar system show dialog of vehicles sports , normal , lowriders , BIkerss I'll show you the code here of that but IDK how to create the dialog :
Код:
CMD:buycar(playerid, params[]) { if(!IsPlayerInRangeOfPoint(playerid, 4.0, -71.419654846191,1360.4097900391,1080.2185058594)) return SendClientMessage(playerid, -1, "You are not in range of the Car DealerShip!"); ShowPlayerDialog(playerid, 2812, DIALOG_STYLE_LIST, "Cars", "Normal Cars\nSports Vehicles\nLow Riders Vehicles\nBikes Vehicles", "Select", "Cancel"); return 1; }