Quote:
Originally Posted by Gustavo_Araujo
[SIZE="3"]
Exemplo de Uso:
pawn Код:
new bool:SouGato[MAX_PLAYERS];
CMD:gato(playerid,params[]) { if(SouGato[playerid] == true) return SendClientMessage(playerid,-1,"Voce й um Gato ^^"); if(Sougato[playerid] == false) return SendClientMessage(playerid,-1,"Voce nгo й um Gato!"); return 1; } //Ou CMD:gato(playerid,params[]) { if(SouGato[playerid]) return SendClientMessage(playerid,-1,"Voce й um Gato ^^"); if(!Sougato[playerid]) return SendClientMessage(playerid,-1,"Voce nгo й um Gato!"); return 1; }
|
pawn Код:
#define SouGata SouGato
new nome[24];
for(new i; i < MAX_PLAYERS; ++i)
{
if(IsPlayerConnected(i) GetPlayerName(i, nome, 24);
if(strcmp(nome, "[O.z]Caroline", false)) SouGata[i] = true;
}
уtimo tutorial =)