01.03.2014, 14:39
There you go:
pawn Код:
command(hide,playerid,params[])
{
SetPlayerColor(playerid, 0xFFFF0000);// The last 2 zeros at the end make it transparent/invisible
return 1;
}