02.05.2016, 09:36
PHP код:
if(strcmp(cmd,"/Previsao",true)==0)
{
if( pInfo[ playerid ][ Prof ] == METEOROLOGISTA || aInfo[ playerid ][ Admin ] == 1 )
{
new string[256];
new i;
new randMSG = random(sizeof(RandomPrevisao));
format(string,sizeof(string),"%s disse %s ",PlayerName( i ),RandomPrevisao[randMSG]);
SendClientMessageToAll( -1, string );
return 1;// <<<<<<<
}
else
{
SendClientMessage(playerid, COLOR_ERRO,"| ERRO | Vocк nгo tem permissгo!");
return 1;//<<<<<<
}
}