warning 202: number of arguments does not match definition
#2

You added an extra params
If you want your dialog to say Thee is no admin online use this:
pawn Код:
ShowPlayerDialog(playerid, DIALOG_ADMIN, DIALOG_STYLE_MSGBOX, "{33AA33}Currently Online Admins", "{FF0000}No admins are online online", "Ok", "");
If you want your string output to be shown use this:
pawn Код:
ShowPlayerDialog(playerid, DIALOG_ADMIN, DIALOG_STYLE_MSGBOX, string, "Ok", "");
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by Eminem 2ka9 - 31.03.2013, 17:56
Re: warning 202: number of arguments does not match definition - by DaRk_RaiN - 31.03.2013, 17:59
AW: warning 202: number of arguments does not match definition - by [AK]Nazgul - 31.03.2013, 18:14
Re: warning 202: number of arguments does not match definition - by Eminem 2ka9 - 01.04.2013, 04:37

Forum Jump:


Users browsing this thread: 1 Guest(s)