Help me!!!
#1

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
Reply
#2

use [*pawn] code [*/pawn]

pawn Код:
it'll be like this. // remove *
check if ZELENA looks like this '0xFFFFFFAA'.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)