07.11.2012, 13:45
Ou ..
pawn Код:
public OnPlayerConnect(playerid)
{
if(regrasc[playerid] == false)
{
new Msg[256];
format(Msg, 256, "%s1. Nгo Usar Xiter,Nгo Ser Ant-RPG.\n", Msg);
format(Msg, 256, "%s2. Nгo Ser Ant-RPG.\n", Msg);
format(Msg, 256, "%s3. Sem DB/DM.\n", Msg);
ShowPlayerDialog(playerid, regras, DIALOG_STYLE_MSGBOX, "Regras The Real:", Msg, "Concordo", "Discordo");
}
else
{
}
return 1;
}