08.06.2012, 23:35
Please don't post in italics - it makes it harder to read.
1. Players are given 'random' colors defaultly in SA:MP and are always visible. Your script must be changing this?
2. Using GameTextForPlayer under OnPlayerRequestClass
3. Should be like this:
4. ShowPlayerDialog - see the wiki.
1. Players are given 'random' colors defaultly in SA:MP and are always visible. Your script must be changing this?
2. Using GameTextForPlayer under OnPlayerRequestClass
3. Should be like this:
pawn Код:
// Outside callbacks etc.
#define COLOR_WHITE 0xFFFFFFFF
// Somewhere in your code
SendClientMessage(playerid, COLOR_WHITE, "Hello.");