colour textdraw
#8

See where u see #include <a_samp>

Like this

Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>
then Down in it Just do

Код:
#define COLOR_GREEN 0x00FF00
#define COLOR_RED 0xFF0000
#define COLOR_BLACK 0x000000
if u want to add other color Just type in ****** that u want this Color Code and do like this be adding it Just add before like that

Код:
#define COLOR_<Should be Caps Color name> <then just for> 0x <add here the code>
if u want to send cilent message ig from script when player join do this server do:

Код:
public OnPlayerConnect(playerid)
{
	return 1;
}
Here then Just Add this:

Код:
public OnPlayerConnect(playerid)
{
 SendClientMessage(playerid, COLOR_BLACK, "Swan-Off || Ammo - 26");
 	return 1;
}
if u want to change color just change (playerid, COLOR_and write the color name

if u want to change the message when player spawnn (playerid, COLOR_<any color>, <write here>

Hope I helped u
Reply


Messages In This Thread
colour textdraw - by [ADM]Madon - 30.09.2013, 16:36
Re: colour textdraw - by Konstantinos - 30.09.2013, 16:37
Re: colour textdraw - by CesarLT - 30.09.2013, 16:45
Re: colour textdraw - by [ADM]Madon - 30.09.2013, 16:47
Re: colour textdraw - by Konstantinos - 30.09.2013, 16:51
Re: colour textdraw - by [ADM]Madon - 30.09.2013, 17:24
Re: colour textdraw - by [ADM]Madon - 30.09.2013, 17:44
Re: colour textdraw - by Nofear192 - 30.09.2013, 17:55
Re: colour textdraw - by [ADM]Madon - 02.10.2013, 00:42

Forum Jump:


Users browsing this thread: 3 Guest(s)