[Pedido] Comando /report explicado
#2

PHP код:
CMD:report(playerid,params[])
{
new 
id,motivo[100];
if(!
sscanf(params,"ds[100]",id,motivo))
{
if(
id || id GetMaxPlayers()) return false;
new 
str[256];//desculpe o exageiro hehehe
for(new GetMaxPlayers(); i++)
{
if(
IsPlayerConnected(i) && IsPlayerAdmin(i))
{
format(str,sizeof(str),"O id %d reportou o id %d por %s",playerid,id,motivo);
SendClientMessage(i,-1,str);
return 
1;//se der algo errado remova o return .
}
}
}
return 
1;

Fiz aqui rapidinho , tente entender.


Desculpe ai se alguem achar que nгo й a melhor maneira de loop hehehe
Reply


Messages In This Thread
Comando /report explicado - by zuero - 03.07.2014, 01:41
Re: Comando /report explicado - by darkxdll - 03.07.2014, 01:57
Re: Comando /report explicado - by Bruno13 - 03.07.2014, 02:15
Re: Comando /report explicado - by zuero - 03.07.2014, 15:32
Re: Comando /report explicado - by Bruno13 - 05.07.2014, 04:04
Re: Comando /report explicado - by zuero - 09.07.2014, 16:14

Forum Jump:


Users browsing this thread: 1 Guest(s)