[AJUDA] GangZone nao aparece
#1

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

Motivos:

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

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++;
}
Reply
#4

resolvido vlw garfield
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)