31.12.2013, 15:00
Quote:
Tenta esse:
Код:
if (!strcmp(name, "Nome 1", true) || !strcmp(name, "Nome 2", true) || !strcmp(name, "Nome 3", true)) Код:
if (!strcmp(name, "[BDE]i7Core", true) Код:
if (!strcmp(name, "[BDE]i7Core", true)) |
@Edit, Errei As Funзoes, Corrigido!
pawn Код:
new Rep[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
if (!strcmp(name, "FrostyWolf", true))
{
SendClientMessage(playerid, -1, "[INFO]: Bem Vindo Ao Samp Forum, FrostyWolf");
Rep[playerid] = 6;
}
return 1;
}
CMD:pegarrep(playerid,params[]) //Voce Digita!
{
if (!strcmp(name, "FrostyWolf", true))
{
Rep[playerid] = 7;
SendClientMessage(playerid, -1, "[INFO]: i7Core Deixou Uma Rep Ao FrostyWolf");
}
return 1;
}