SA-MP Forums Archive
[AJUDA] GangZone nao aparece - 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: [AJUDA] GangZone nao aparece (/showthread.php?tid=180838)



[AJUDA] GangZone nao aparece - PawninG - 03.10.2010

Puis no onplayerspawn so que a gangzone 02 nao aparece

PHP код:
    if(dono1 == 0)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_0);
    }
    if(
dono1 == 1)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_1);
    }
    if(
dono1 == 2)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_2);
    }
    if(
dono1 == 3)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_3);
    }
    if(
dono1 == 4)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_4);
    }
    if(
dono1 == 5)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_5);
    }
     if(
dono1 == 6)
    {
    
GangZoneShowForPlayer(playeridGZ01COR_6);
    }
    if(
dono2 == 0)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_0);
    }
    if(
dono2 == 1)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_1);
    }
    if(
dono2 == 2)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_2);
    }
    if(
dono2 == 3)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_3);
    }
    if(
dono2 == 4)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_4);
    }
    if(
dono2 == 5)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_5);
    }
     if(
dono2 == 6)
    {
    
GangZoneShowForPlayer(playeridGZ02COR_6);
    } 
espero que alguem conssiga me ajudar


Re: [AJUDA] GangZone nao aparece - Gabriel_Halls - 03.10.2010

Motivos:

1>Pode Ser as Scriptfiles
2>Ter colocado o preзo muito alto quando й dominada
3>Nгo sei... seu gm й RPG?


Re: [AJUDA] GangZone nao aparece - zSuYaNw - 03.10.2010

pawn Код:
new dono =0;
public GangZonus()
{
    if(dono1 == 0)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_0);
    }
    if(dono1 == 1)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_1);
    }
    if(dono1 == 2)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_2);
    }
    if(dono1 == 3)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_3);
    }
    if(dono1 == 4)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_4);
    }
    if(dono1 == 5)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_5);
    }
     if(dono1 == 6)
    {
    GangZoneShowForPlayer(playerid, GZ01, COR_6);
    }
    if(dono2 == 0)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_0);
    }
    if(dono2 == 1)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_1);
    }
    if(dono2 == 2)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_2);
    }
    if(dono2 == 3)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_3);
    }
    if(dono2 == 4)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_4);
    }
    if(dono2 == 5)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_5);
    }
     if(dono2 == 6)
    {
    GangZoneShowForPlayer(playerid, GZ02, COR_6);
    }
 return dono2++;
}



Re: [AJUDA] GangZone nao aparece - PawninG - 03.10.2010

resolvido vlw garfield