[FilterScript] [FS] ۞ Blip filterscript v1.0 ۞ (8.2.2008)
#10

Cool, you could do this:


Code:
public BlipFunc(playerid, color1, color2)
{
	if(IsPlayerConnected(playerid))
	{
	if(GetPlayerColor(playerid) == color1)
	{
	SetPlayerColor(playerid, color2);
	}
	else if(GetPlayerColor(playerid) == color2)
	{
	SetPlayerColor(playerid, GetPlayerColor(playerid) | 0x000000FF);
	}
	}
	return 0;
}
---

Code:
SetPlayerColor(playerid, GetPlayerColor(playerid) | 0x000000FF);
Makes the color invisble^, so it wil flash the players color (lets say yellow) every second ^^, instead of flashing 2 different colors
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)