30.08.2014, 18:11
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
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