how to make gang areas
#5

Example of how I did it...

Код:
new ballagz;
Under public OnGameModeInit()
Код:
 	{
  	ballagz = GangZoneCreate(1845.104, -1156.11, 1973.561, -1074.365);
	}
Under public OnPlayerSpawn(playerid)
Код:
	{
  	GangZoneShowForPlayer(playerid, ballagz, 0xFF00FF96);
    }
Im sure there are easier ways, but it works for me.
Reply


Messages In This Thread
how to make gang areas - by gjsnoop10 - 18.12.2009, 05:52
Re: how to make gang areas - by Kurence - 18.12.2009, 05:55
Re: how to make gang areas - by gjsnoop10 - 18.12.2009, 07:27
Re: how to make gang areas - by Kurence - 18.12.2009, 08:11
Re: how to make gang areas - by Blunts - 18.12.2009, 09:01
Re: how to make gang areas - by gjsnoop10 - 18.12.2009, 19:27
Re: how to make gang areas - by gjsnoop10 - 18.12.2009, 19:37
Re: how to make gang areas - by gjsnoop10 - 18.12.2009, 22:28
Re: how to make gang areas - by Blunts - 18.12.2009, 23:41
Re: how to make gang areas - by gjsnoop10 - 19.12.2009, 01:37

Forum Jump:


Users browsing this thread: 1 Guest(s)