what is wrong here?
#4

You have to define them as strings not integers.
That will output: ►
pawn Код:
new
    title[64],
    info[256]
;
if(sscanf(params, "s[64]s[256]", title, info)) return SendClientMessage(playerid, RED, "/mess [title] [info]");
return ShowPlyerDialog(playerid, 899, DIALOG_STYLE_MSGBOX, title, info,"OK","OK");
This should work.
Reply


Messages In This Thread
what is wrong here? - by iJumbo - 08.05.2010, 17:37
Re: what is wrong here? - by RyDeR` - 08.05.2010, 17:39
Re: what is wrong here? - by iJumbo - 08.05.2010, 17:42
Re: what is wrong here? - by RyDeR` - 08.05.2010, 17:48
Re: what is wrong here? - by iJumbo - 08.05.2010, 17:49
Re: what is wrong here? - by RyDeR` - 08.05.2010, 17:50
Re: what is wrong here? - by iJumbo - 08.05.2010, 17:52
Re: what is wrong here? - by RyDeR` - 08.05.2010, 17:54
Re: what is wrong here? - by iJumbo - 08.05.2010, 17:54
Re: what is wrong here? - by iJumbo - 08.05.2010, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)