21.02.2012, 15:24
Hi guys, i'm trying to replace the class selection with a dialog.
This is what i have
It shows the dialog, but i still get the « » Spawn Buttons, how can i remove these?
Thnx
This is what i have
Код:
public OnPlayerRequestClass(playerid, classid) { ShowPlayerDialog(playerid,CLASS,DIALOG_STYLE_LIST,"Classes","Trucker\nPilot\nTaxi Driver\nPolice\nRapist","Select","Exit"); return 1; }
Thnx