Quote:
Originally Posted by Supera
pawn Код:
static String[128]; if(text[0] == '!'){ format(String,sizeof(String),"[Familia %s] %s (%d): {FFFFFF}%s", (PlayerInfo[playerid][pOrg] == 1) ? ("Grove") : ("Vagos"), Nome(playerid),playerid, text[1]); for(new i = 0; i != MAX_PLAYERS; i++){ if(IsPlayerConnected(i)){ if(PlayerInfo[playerid][pOrg] == PlayerInfo[i][pOrg]) SendClientMessage(i, (PlayerInfo[playerid][pOrg] == 1) ? (GROVE) : (VGS), String); } } }
|
Acho que esse tamanho jб estб bom, mais vamos supor que seja 30+ organizaзхes, a linha iria ficar muito grande e consequentemente dar erro?