[DUVIDA] Alguem Ajuda =/
#1

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
Reply
#2

Tб, mas qual й sua duvida o.0
Reply
#3

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

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 І
Reply
#5

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

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 =/
Reply
#7

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);
Reply
#8

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
Reply
#9

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?
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)