[PEDIDO]/invisivel
#6

Tentem usar SetPlayerColor, um jeito:

pawn Code:
if(!strcmp(cmdtext,"/invisivel",false)) //By: SuB_ZeRo0_
{
       new color[11];
       format(color,11,"%d",GetPlayerColor(playerid));
       strdel(color,strlen(color)-2,strlen(color));
       new colorf[11];
       format(colorf,11,"%s00",color);
       SetPlayerColor(playerid,strval(colorf));
       return 1;
}

Obs: Qualquer bug me avise, nгo testei.
ObsІ: Sу funcionarб se tiver um SetPlayerColor no player!!
Reply


Messages In This Thread
[PEDIDO]/invisivel - by sakraye23 - 29.10.2010, 16:12
Re: [PEDIDO]/invisivel - by KevinsL - 29.10.2010, 21:10
Re: [PEDIDO]/invisivel - by Macintosh - 29.10.2010, 21:22
Re: [PEDIDO]/invisivel - by Jack Krauser - 30.10.2010, 13:27
Re: [PEDIDO]/invisivel - by ASDF - 31.10.2010, 05:53
Re: [PEDIDO]/invisivel - by SuB_ZeRo0_ - 31.10.2010, 06:04

Forum Jump:


Users browsing this thread: 2 Guest(s)