need some help with gangzones...
#5

https://sampforum.blast.hk/showthread.php?tid=303538
Go there and follow the directions. Also, i use this:
pawn Код:
GangZoneShowForPlayer(playerid,GS,COLOR_GREEN);
Yes it works the same but i use that and it works for me. also make sure that the GS = GangZoneCreate[coords here] is under OnPlayerConnect.

Try this:
pawn Код:
//includes and defines and such here
OnGameModeInit()
{
     new GS;//The Variable
//other stuff here
}

OnPlayerConnect(playerid)
{
     GangZoneShowForPlayer(playerid,GS,COLOR_GREEN);//Showing the variable to each player
     GS = GangZoneCreate(-227.765727, -2258.13449, 527.114967, -1542.299349);//Defining the variable so the server knows what to show
     return 1;
}
Reply


Messages In This Thread
need some help with gangzones... - by niels44 - 18.12.2011, 13:37
Re: need some help with gangzones... - by §с†¶e®РµРe - 18.12.2011, 13:45
Re: need some help with gangzones... - by suhrab_mujeeb - 18.12.2011, 13:47
Re: need some help with gangzones... - by niels44 - 18.12.2011, 13:49
Re: need some help with gangzones... - by PjFord - 19.12.2011, 03:31
Re: need some help with gangzones... - by niels44 - 21.12.2011, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)