Gangzone not showing properly
#1

Hello, I'm trying to add gangzones to my gamemode but they aren't showing properly, everytime I change the direction of my screen the gangzone changes/duplicates too;



I have two gangzones and this happens to both of them.

PHP Code:
enum zones_info
{
    
Float:gXminFloat:gXmaxFloat:gYminFloat:gYmax
}
new 
Gangzones[][zones_info] = {
    {
152.3455,3279.5640373.5171,2847.1582},
    {
855.9115,2442.89771025.7600,2011.4828}
};
    for(new 
0sizeof(Gangzones); ++)
    {
        
Gangzone[i][zone_id] = GangZoneCreate(Gangzones[i][gXmin], Gangzones[i][gXmax], Gangzones[i][gYmin], Gangzones[i][gYmax]);
    } 
Could someone help me out here?
Reply


Messages In This Thread
Gangzone not showing properly - by PizzaPuntjes - 28.05.2015, 10:43
Re: Gangzone not showing properly - by Vince - 28.05.2015, 11:06
Re: Gangzone not showing properly - by PizzaPuntjes - 28.05.2015, 11:49
Re: Gangzone not showing properly - by PizzaPuntjes - 28.05.2015, 12:40

Forum Jump:


Users browsing this thread: 1 Guest(s)