A few question - new to scripting.
#2

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:
pawn Код:
// Outside callbacks etc.
#define COLOR_WHITE 0xFFFFFFFF

// Somewhere in your code
SendClientMessage(playerid, COLOR_WHITE, "Hello.");
4. ShowPlayerDialog - see the wiki.
Reply


Messages In This Thread
A few question - new to scripting. - by Mr.Lauren - 08.06.2012, 23:30
Re: A few question - new to scripting. - by MP2 - 08.06.2012, 23:35

Forum Jump:


Users browsing this thread: 1 Guest(s)