SendCLientMessage help - 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: SendCLientMessage help (
/showthread.php?tid=163677)
SendCLientMessage help -
a!DaN)_)-) - 28.07.2010
hey i just wondered what this means and how i can fix it
error 035: argument type mismatch (argument 2)
Re: SendCLientMessage help -
ikey07 - 28.07.2010
??
SendCLientMessage >> SendClientMessage
??
Re: SendCLientMessage help -
Toni - 28.07.2010
@ Ikey that would give him a error: "Unknown Symbol: "SendCLientMessage".
Params of SendClientMessage:
pawn Код:
SendClientMessage(playerid, COLOR, const message[]); //COLOR = something like 0xFF0000FF (Red) Unless you have definitions at the top of colors (e.g #define RED 0xFF0000FF
Re: SendCLientMessage help -
a!DaN)_)-) - 28.07.2010
thanks it fixed
also where could i fined all of the pawno colours?
Re: SendCLientMessage help -
ViruZZzZ_ChiLLL - 28.07.2010
Here's mine
pawn Код:
#define Red 0xFF0000FF
#define Grey 0xAFAFAFAA
#define Green 0x33AA33AA
#define Yellow 0xFFFF00AA
#define White 0xFFFFFFAA
#define Blue 0x0000BBAA
#define Lightblue 0x33CCFFAA
#define Orange 0xFF9900AA
#define Lime 0x10F441AA
#define Maroon 0x800000AA
#define Navy 0x000080AA
#define Aqua 0xF0F8FFAA
#define Crimson 0xDC143CAA
#define Black 0x000000AA
#define Brown 0XA52A2AAA
#define Gold 0xB8860BAA
#define Limegreen 0x32CD32AA
Re: SendCLientMessage help -
a!DaN)_)-) - 28.07.2010
thanks you