How is this possible?
#5

Код:
GZ_ZONE1 = GangZoneCreate(-3000,-3070.3125,3035.15625,3000);
GangZoneShowForAll(GZ_ZONE1, 0x00000096);

new GZ_ZONE1;

public OnGameModeInit()
{
       GZ_ZONE1 = GangZoneCreate(-3000,-3070.3125,3035.15625,3000);
       return 1;
}

public OnPlayerConnect(playerid)
{
       GangZoneShowForAll(GZ_ZONE1, 0x000000FF);
       return 1;
}
This Works for me.
Reply


Messages In This Thread
How is this possible? - by TonyII - 10.04.2014, 19:41
Re: How is this possible? - by Konstantinos - 10.04.2014, 19:44
Re: How is this possible? - by MP2 - 10.04.2014, 19:44
Re: How is this possible? - by TonyII - 10.04.2014, 19:45
Re: How is this possible? - by ShaneOvSina - 10.04.2014, 21:50
Re: How is this possible? - by SickAttack - 11.04.2014, 00:26

Forum Jump:


Users browsing this thread: 2 Guest(s)