SA-MP Forums Archive
Helppppp - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Helppppp (/showthread.php?tid=613602)



Helppppp - Hunud - 29.07.2016

pls help why my map is white when change facing angle pls pls help how fix ?

what should i do to fix that


Re: Helppppp - Hunud - 29.07.2016

help bump


Re: Helppppp - Logic_ - 29.07.2016

Show us your gangzone code, your miny and minx are greater than maxy and maxx parameters. Showing the recent gangzone codes can help.


Re: Helppppp - Hunud - 29.07.2016

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
Show us your gangzone code, your miny and minx are greater than maxy and maxx parameters. Showing the recent gangzone codes can help.
im use black ops i show u code but explain what im do wrong

Код:
    Zone[ZONE1] = GangZoneCreate(918.2906,2043.8591,996.5040,2182.3359);

	
	Zone[ZONE2] = GangZoneCreate(-455.4371, 2183.763, -373.692, 2253.83);
	

	Zone[ZONE3] = GangZoneCreate(733.4327, 1980.9370, 648.2321, 1838.6539);
	
	
	Zone[ZONE4] = GangZoneCreate(1304.8580,2106.5920,1390.5017,2191.9443);
	

	Zone[ZONE5] = GangZoneCreate(362.0141, 1097.72, 443.7593, 1179.465);

	
	Zone[ZONE6] = GangZoneCreate(1018.4917,2064.2500,1156.9674,2342.8772);
	
	
	Zone[ZONE7] = GangZoneCreate(-1908.3250, 2393.1111, -1964.7194, 2308.2961);


	Zone[ZONE8] = GangZoneCreate(-1838.7256, 2069.9773, -1797.7117, 1962.4539);

	
	Zone[ZONE9] = GangZoneCreate(539.4714, 139.9094, 495.3631, 78.6118);



Re: Helppppp - Logic_ - 29.07.2016

Replace with my code.

PHP код:
Zone[ZONE2] = GangZoneCreate(-373.6922183.763, -455.43712253.83);
Zone[ZONE3] = GangZoneCreate(648.23211838.6539733.43271980.9370);
Zone[ZONE7] = GangZoneCreate(-1908.32502308.2961, -1964.71942393.1111);
Zone[ZONE8] = GangZoneCreate(-1797.71171962.4539, -1838.72562069.9773);
Zone[ZONE9] = GangZoneCreate(495.363178.6118539.4714139.9094); 
Tip: Next time, use a valid name for your threads for others to fix your problems quickly... Your topic name shows what kind of problem you got.


Re: Helppppp - Hunud - 29.07.2016

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
Replace with my code.

PHP код:
Zone[ZONE2] = GangZoneCreate(-373.6922183.763, -455.43712253.83);
Zone[ZONE3] = GangZoneCreate(648.23211838.6539733.43271980.9370);
Zone[ZONE7] = GangZoneCreate(-1908.32502308.2961, -1964.71942393.1111);
Zone[ZONE8] = GangZoneCreate(-1797.71171962.4539, -1838.72562069.9773);
Zone[ZONE9] = GangZoneCreate(495.363178.6118539.4714139.9094); 
Tip: Next time, use a valid name for your threads for others to fix your problems quickly... Your topic name shows what kind of problem you got.
other is ok ? what me do wrong canyou explain thanks

sorry bad english


Re: Helppppp - Logic_ - 29.07.2016

Quote:
Originally Posted by Hunud
Посмотреть сообщение
other is ok ? what me do wrong canyou explain thanks

sorry bad english
Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
your miny and minx are greater than maxy and maxx parameters.
^^ (read the quoted msg).