06.01.2011, 13:20
if(strcmp(cmdtext,"/criarevento",true)==0)
{
if(EventoCriado == 1)
{
SendClientMessage(playerid,COLOR_GREY,"Um evento jб foi iniciado aguarde ele terminar");
return 1;
}
if(PlayerInfo[playerid][pAdmin] >= 1)
{
new eventos[256];
new CriadorEvento[MAX_PLAYER_NAME];
GetPlayerName(playerid, CriadorEvento, sizeof(CriadorEvento));
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Algum Administrador iniciou um evento");
GetPlayerPos(playerid,xxadmin,yyadmin,zzadmin);
adminint = GetPlayerInterior(playerid);
EventoCriado = 1;
for(new i=0; i<MAX_PLAYERS; i++)
{
format(eventos, sizeof(eventos),"Pelo Administrador %s\ne ele estб te chamando para partipar...\nGostaria de participar ?",eventos,CriadorEvento);
ShowPlayerDialog(i, 5424, DIALOG_STYLE_MSGBOX, "Evento Criado", eventos, "Sim", "Nгo");
}
return 1;
}
}
~
Nгo aparece de jeito nenhum quando digito o comando, tudo o que aparece й um quadradro branco, u_u'
{
if(EventoCriado == 1)
{
SendClientMessage(playerid,COLOR_GREY,"Um evento jб foi iniciado aguarde ele terminar");
return 1;
}
if(PlayerInfo[playerid][pAdmin] >= 1)
{
new eventos[256];
new CriadorEvento[MAX_PLAYER_NAME];
GetPlayerName(playerid, CriadorEvento, sizeof(CriadorEvento));
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Algum Administrador iniciou um evento");
GetPlayerPos(playerid,xxadmin,yyadmin,zzadmin);
adminint = GetPlayerInterior(playerid);
EventoCriado = 1;
for(new i=0; i<MAX_PLAYERS; i++)
{
format(eventos, sizeof(eventos),"Pelo Administrador %s\ne ele estб te chamando para partipar...\nGostaria de participar ?",eventos,CriadorEvento);
ShowPlayerDialog(i, 5424, DIALOG_STYLE_MSGBOX, "Evento Criado", eventos, "Sim", "Nгo");
}
return 1;
}
}
~
Nгo aparece de jeito nenhum quando digito o comando, tudo o que aparece й um quadradro branco, u_u'