Bug with GangZone
#3

https://sampwiki.blast.hk/wiki/GangZoneCreate: "Putting the parameters in the wrong order results in glitchy behavior."
So make sure that minx < maxx and miny < maxy.

Also, as far as I know, it is recommended to use round values for the coordinates, so if you have a gangzone like
Код:
GangZoneCreate( 50.353, 50.137, 999.883, 1000.294 );
you should change it to
Код:
GangZoneCreate( 50.0, 50.0, 1000.0, 1000.0 );
Reply


Messages In This Thread
Bug with GangZone - by GospodinX - 14.10.2018, 14:41
Re: Bug with GangZone - by Bolex_ - 14.10.2018, 14:49
Re: Bug with GangZone - by IstuntmanI - 14.10.2018, 14:51
Re: Bug with GangZone - by GospodinX - 14.10.2018, 14:53
Re: Bug with GangZone - by IstuntmanI - 14.10.2018, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)