Quote:
Originally Posted by iHaswell
Estб oferecido.
@topic
Tente criar voce mesmo... dica pega algum codigo de chat profissao em um gm rpg que tu vai fazer sem problemas
vou tentar ja deixar mastigado
pawn Код:
if(strcmp(cmd,"/cp",true)==0) { new aname[MAX_PLAYER_NAME]; GetPlayerName(playerid, aname, MAX_PLAYER_NAME); new tmp[128]; strmid(tmp, cmdtext, 3, strlen(cmdtext)); if(!strlen(tmp)) { SendClientMessage(playerid, Vermelho, "/Cp [texto]"); return 1; } else { format(string, sizeof(string), "(Chat Profissгo) %s: %s", aname, tmp); Chatp(GetPlayerColor(playerid), string, 1, playerid); return 1; } }
forward Chatp(COLOR, const string[], level, playerid); public Chatp(COLOR, const string[], level, playerid) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(/*Variavel dos (parceiros)*/ == /*Variavel dos (parceiros)*/) { SendClientMessage(i, COLOR, string); } } } return 1; }
й so fazer algo assim que compare as variavel...
|
Mano eu nao mexo tanto com pawno D=
й treta faze algo assim quem й novato