15.01.2015, 07:43
I know i did something wrong here but i got no idea what..
error 010: invalid function or declaration
And here..
error 035: argument type mismatch (argument 4)
and yes i did define drules. #define drules 2345
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == drules)
{
if(!response) return Kick(playerid);
}
return 1;
}
return 1;//that line
}
And here..
PHP код:
CMD:rules(playerid,params[])
{
ShowPlayerDialog(playerid, 2345, drules,DIALOG_STYLE_MSGBOX, "Rules of the server", "No racism\nNo car parking/ramming on players\nNo hacking\nInsulting is not allowed\nBe nice\nRespect admins\nNEVER abuse bugs if you found one report on forums\nFor all the rules visit our forums. /site", "Agree", "I don't agree");
return 1;
}
and yes i did define drules. #define drules 2345