messages - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: messages (
/showthread.php?tid=64832)
Re: messages -
sk1llz - 07.02.2009
Quote:
Originally Posted by brett7
Quote:
Originally Posted by sk1llz
jenkstax,
SendClientMessageToAll(COLOR_w/e, string);
COLOR_w/e what is this ?=)
|
he means what ever colour you like 
|
i need default colors for each id
id 0 - orange and other =(
Re: messages -
ICECOLDKILLAK8 - 07.02.2009
Quote:
Originally Posted by sk1llz
Quote:
Originally Posted by brett7
Quote:
Originally Posted by sk1llz
jenkstax,
SendClientMessageToAll(COLOR_w/e, string);
COLOR_w/e what is this ?=)
|
he means what ever colour you like 
|
i need default colors for each id
id 0 - orange and other =(
|
Just put any color there e.g. COLOR_WHITE
Re: messages -
sk1llz - 07.02.2009
Quote:
Originally Posted by JeNkStAX
Quote:
Originally Posted by sk1llz
Quote:
Originally Posted by brett7
Quote:
Originally Posted by sk1llz
jenkstax,
SendClientMessageToAll(COLOR_w/e, string);
COLOR_w/e what is this ?=)
|
he means what ever colour you like 
|
i need default colors for each id
id 0 - orange and other =(
|
Just put any color there e.g. COLOR_WHITE
|
if i put COLOR_WHITE , then all messages of all people will be white =(
Re: messages -
ICECOLDKILLAK8 - 07.02.2009
If you were willing to waste your time you could define a color for each id
Re: messages -
sk1llz - 07.02.2009
Quote:
Originally Posted by JeNkStAX
If you were willing to waste your time you could define a color for each id
|
GetPlayerColor dont help me ? =(
Re: messages -
pspleo - 07.02.2009
Quote:
Originally Posted by sk1llz
Quote:
Originally Posted by JeNkStAX
If you were willing to waste your time you could define a color for each id
|
GetPlayerColor dont help me ? =(
|
=(=(=(=(=(=(=(=(
NO, if you haven't done SetPlayerColor before.
Re: messages -
ICECOLDKILLAK8 - 07.02.2009
Just make a few random color codes, Then in the OnPlayerText, Set thier color to a random one, Then set it back to the original one, Not that hard