06.04.2011, 03:07
Quote:
You should remove OnGameModeInit and OnGameModeExit
pawn Code:
|
pawn Code:
CMD:commands(playerid,params[])
{
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");
return 1;
}