[HELP] Color + MapIcon Problem [HELP]
#5

Problem straight away , well it works right but .. it goes blue then it goes red and tooooo quickly like.. 1/4 of a second it goes blue again. id'e like it to change say.. 2 seconds .. not 1/4 second. iv'e write 2000 - is that 2seconds in milliseconds? also.. i crash after about 30 seconds + my sa-mp server to

top of script:
Код:
forward ChangeColor(playerid);
forward ChangeColor2(playerid);
under OnPlayerSpawn (only this line )
Код:
ChangeColor(playerid);
the publics
Код:
public ChangeColor(playerid)
{
	SetPlayerColor(playerid, red);
	SetTimerEx("ChangeColor2", 2000, false, "i", playerid);
	return 1;
}

public ChangeColor2(playerid)
{
	SetPlayerColor(playerid, blue);
	SetTimerEx("ChangeColor", 2000, false, "i", playerid);
	return 1;
}
can u tell me whats wrong if you know? thanks.

~Cr@zY! J?e~
Reply


Messages In This Thread
[HELP] Color + MapIcon Problem [HELP] - by gtalover12 - 09.03.2009, 18:09
Re: [HELP] Color + MapIcon Problem [HELP] - by MPKaboose - 09.03.2009, 18:14
Re: [HELP] Color + MapIcon Problem [HELP] - by gtalover12 - 09.03.2009, 18:22
Re: [HELP] Color + MapIcon Problem [HELP] - by MPKaboose - 09.03.2009, 18:26
Re: [HELP] Color + MapIcon Problem [HELP] - by gtalover12 - 09.03.2009, 19:23
Re: [HELP] Color + MapIcon Problem [HELP] - by boelie - 02.07.2009, 09:09
Re: [HELP] Color + MapIcon Problem [HELP] - by Vince - 02.07.2009, 09:16
Re: [HELP] Color + MapIcon Problem [HELP] - by boelie - 02.07.2009, 09:17
Re: [HELP] Color + MapIcon Problem [HELP] - by saiberfun - 02.07.2009, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)