15.02.2013, 15:06
Quote:
here you go
pawn Код:
|
You're declaring a new variable called 'help' under the command 'help' to detect if 'help' is 1 or not, and the result is same!
Your code is retarded.
pawn Код:
CMD:help(playerid, params[ ])
{
ShowPlayerDialog(playerid, 900, DIALOG_STYLE_MSGBOX,"Title Here","Message here","OK","Next");
return 1;
}