Help me!!! - 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)
+--- Thread: Help me!!! (
/showthread.php?tid=534632)
Help me!!! -
Niksy - 30.08.2014
Plis help me with that
All color has defined
This is corect:
if(PlayerInfo[i][pGM] == 1)
{
SetPlayerChatBubble(i, "[GameMaster]", ADZUTA, 30.0,60000);
}
if(PlayerInfo[i][pGM] == 2)
{
SetPlayerChatBubble(i, "[Vodja GameMastera]", ADZUTA, 30.0,60000);
}
This is with error
if(PlayerInfo[i][pGM] == 1)
{
SetPlayerChatBubble(i, "[GameMaster]", ZELENA, 30.0,60000);
}
if(PlayerInfo[i][pGM] == 2)
{
SetPlayerChatBubble(i, "[Vodja GameMastera]", ZELENA, 30.0,60000);
}
Plis help me with that
Re: Help me!!! -
Rodney Francalim - 30.08.2014
use [*pawn] code [*/pawn]
pawn Код:
it'll be like this. // remove *
check if ZELENA looks like this '0xFFFFFFAA'.