07.11.2012, 15:51
PHP код:
public OnPlayerConnect(playerid)
{
if(regrasc[playerid] == false)
{
ShowPlayerDialog(playerid, regras, DIALOG_STYLE_MSGBOX,"Regras The Real","Nгo Usar Xiter,Nгo Ser Ant-RPG,Sem DB/DM","Concordo","Discordo");
}
return 1;
}