SA-MP Forums Archive
[DUVIDA] Alguem Ajuda =/ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUVIDA] Alguem Ajuda =/ (/showthread.php?tid=190471)



[DUVIDA] Alguem Ajuda =/ - Erick_Schultz - 15.11.2010

Gente,entгo й que eu tenho dъvidas sobre gang zones... para o Thug ou GF...
pois no Tutorial Do Andmeida nгo й o mesmo sistema que o meu...
agradeзo


Re: [DUVIDA] Alguem Ajuda =/ - TiagoPS - 15.11.2010

Tб, mas qual й sua duvida o.0


Re: [DUVIDA] Alguem Ajuda =/ - Tomato_Atecubanos - 15.11.2010

Cara jб criei 4 gang zones, e foi sу no ctrl + c e ctrl +v,


Respuesta: Re: [DUVIDA] Alguem Ajuda =/ - BiieL - 15.11.2010

Quote:
Originally Posted by Tomato_Atecubanos
Посмотреть сообщение
Cara jб criei 4 gang zones, e foi sу no ctrl + c e ctrl +v,
Isso sim que й honestidade,

Afinal qual sua dъvida І


Re: [DUVIDA] Alguem Ajuda =/ - steki. - 15.11.2010

https://sampforum.blast.hk/showthread.php?tid=143646 Pronto


Re: [DUVIDA] Alguem Ajuda =/ - Erick_Schultz - 15.11.2010

entгo gente muito obrigado galera mбs eu nгo sei criar a gz e tudo gente,mбs nгo sei como faz pro player da org
chegar a fazer /do e ela mudar de cor =/


Re: [DUVIDA] Alguem Ajuda =/ - []Fabricio[] - 15.11.2010

Quote:
Originally Posted by Erick_Schultz
Посмотреть сообщение
entгo gente muito obrigado galera mбs eu nгo sei criar a gz e tudo gente,mбs nгo sei como faz pro player da org
chegar a fazer /do e ela mudar de cor =/
Nгo sei se eu entendi, mas eu faзo assim.

OnPlayerSpawn:

pawn Код:
GangZoneShowForPlayer(playerid, IDGZ, CORBRANCOGZ);
Jб no comando pra piscar:

pawn Код:
GangZoneFlashForAll(IDGZ,CORDAORG);



Re: [DUVIDA] Alguem Ajuda =/ - Erick_Schultz - 15.11.2010

sim,tipo eu crio Coloca 1 exemplo...
e eu vou fazer a GANG | Sons Of Anarchy e Drifters e Punks Dominarem...
ok..
agуra 1 gz que to criando
Topo Do Gm
Код:
new GZDRIFTERS;
Public OnGameModeInit
Код:
GZDRIFTERS = GangZoneCreate(1016.027954, 2117.195800, 1184.027954, 2397.195800);
OnPlayerSpawn
Код:
GangZoneShowForPlayer(playerid, GZDRIFTERS, -8323129);
tipo o IsPlayerInArea Algum Assim... eu sei fazer,mбs eu nгo sei definir pra gz piscar quando a gg dar /do


Re: [DUVIDA] Alguem Ajuda =/ - []Fabricio[] - 15.11.2010

pawn Код:
new TGPQP;

if(strcmp(cmd, "/dominar", true) == 0)
{
    new infeliz[MAX_PLAYER_NAME];
    GetPlayerName(playerid, infeliz, MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s e os Drifters estгo dominando a puta que pariu!",infeliz);
    SendClientMessageToAll(COR, string);
    GangZoneFlashForAll(IDGZ,COR);
    TGPQP = SetTimerEx("TGPQP", 60000, 0, "i", playerid);
    return 1;
}
   
public TGPQP(playerid)
{
    new string[256];
    new infeliz[MAX_PLAYER_NAME];
    GetPlayerName(playerid, infeliz, MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s e os Drifters dominaram a puta que pariu!",infeliz);
    SendClientMessageToAll(COR, string);
    GangZoneStopFlashForAll(IDGZ);
    GangZoneShowForAll(IDGZ,COR);
    KillTimer(TGPQP);
    return 1;
}
Isso que tu disse?


Re: [DUVIDA] Alguem Ajuda =/ - Erick_Schultz - 15.11.2010

isso,mбs assim como posso fazer pra apenas aquela gg/org poder dominar ?
e como posso fazer pra ela mudar de cor ?