GangZoneShowForAll
#1

I have this code
PHP код:
    for(new 0sizeof(ZoneInfo); i++)
    {
    
ZoneID[i] = GangZoneCreate(ZoneInfo[i][zMinX], ZoneInfo[i][zMinY], ZoneInfo[i][zMaxX], ZoneInfo[i][zMaxY]);
    
GangZoneShowForAll(iZoneInfo[i][zColor]);
    } 
The gangs created but they don't show also i tried it like that
PHP код:
    for(new 0sizeof(ZoneInfo); i++)
    {
    
ZoneID[i] = GangZoneCreate(ZoneInfo[i][zMinX], ZoneInfo[i][zMinY], ZoneInfo[i][zMaxX], ZoneInfo[i][zMaxY]);
    
GangZoneShowForAll(ZoneID[i], ZoneInfo[i][zColor]);
    } 
Also didn't work.
Please Help !
Reply


Messages In This Thread
GangZoneShowForAll - by nezo2001 - 22.01.2015, 12:58
Re: GangZoneShowForAll - by Schneider - 22.01.2015, 13:00
Re: GangZoneShowForAll - by xVIP3Rx - 22.01.2015, 13:01
Re: GangZoneShowForAll - by nezo2001 - 22.01.2015, 13:02
Re: GangZoneShowForAll - by xVIP3Rx - 22.01.2015, 13:06
Re: GangZoneShowForAll - by Schneider - 22.01.2015, 13:12
Re: GangZoneShowForAll - by nezo2001 - 22.01.2015, 14:06
Re: GangZoneShowForAll - by Schneider - 22.01.2015, 14:10
Re: GangZoneShowForAll - by nezo2001 - 22.01.2015, 14:15
Re: GangZoneShowForAll - by Schneider - 22.01.2015, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)