08.02.2008, 10:30
What is this?
It's a function with timer which will set player's color from color1 to color2 and from color2 to color1 every second.
Example:
Functions:
۞ Download v1.0
It's a function with timer which will set player's color from color1 to color2 and from color2 to color1 every second.
Example:
pawn Code:
public OnPlayerSpawn(playerid)
{
SetPlayerBlipColor(playerid, 1000, 0xFFFFFFAA, 0xFF0000AA);
return 1;
}
Functions:
Code:
SetPlayerBlipColor(playerid, delay, color1, color2); SetPlayerBlipColorForAll(delay, color1, color2);