Quote:
Originally Posted by Hal
You should remove OnGameModeInit and OnGameModeExit
pawn Code:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp(cmdtext, "/commands", true)==0) ShowPlayerDialog(playerid, 8899, DIALOG_STYLE_LIST, "Commands","nHere a list with commmands\nAFK\nBack (from afk)\nkill (myself)\nhelp\nAdmins\nSwitchclass\nWebsite\nmusic", "Select", "Close"); }
That wont compile. You will need brackets ect.
|
ok so when he fixes it...is it customizable like can i change the command to somthing like /rules and put rules there instead?