18.05.2013, 13:22
Quote:
You still have the ';' on the end... how many times does one person have to remind you to remove it??
|
pawn Код:
if(PlayerInfo[playerid][pMember] <= 0 || PlayerInfo[playerid][pLeader] <= 0 || PlayerInfo[playerid][pDuty] == 0)
{
format(string, sizeof(string), "%s says: %s", sendername, text);
ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
}