Quote:
Originally Posted by lucamsx
Try this
Код:
forward TaisFreeze(playerid);
public TaisFreeze(playerid)
{
new string1[128];
string1 = "text";
strcat(string1, "text");
ShowPlayerDialog(playerid, 1012, DIALOG_STYLE_MSGBOX, "{FF0000}Rules", string1, "Good", "");
return 1;
}
|
Still nothing, i dunno why