Color problem
#1

Ok, I have made this: when you don't move your char for 1 min the color is setting to black but I want when he moves his char to set to his original color, like Police in blue, not black.

Someone?
Reply
#2

I'm not sure what your problem is. You need to save the colour in an array or variable and then when he moves again restore it.
Reply
#3

Don't know, anyone?
Reply
#4

can u show on player spawn code?
________
PAXIL SETTLEMENT UPDATE
Reply
#5

http://pastebin.com/m3bff3fd5
Reply
#6

listen i use this to color the teams :
if(gTeam[playerid] == TEAM_LS)
{
SetPlayerColor(playerid,COLOR_GREEN);
}
else
{
if(gTeam[playerid] == TEAM_LV)
{
SetPlayerColor(playerid,COLOR_YELLOW);
}
}
return 1;
________
Herbal Health Shop
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)