Changing Icons Location - 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: Changing Icons Location (
/showthread.php?tid=403777)
Changing Icons Location - Stefan_Merce - 31.12.2012
Hi how do i change my icons location
here is the code with current location
// Dealership
Create3DTextLabel("Vehicles Dealership\n{FFFF00}/buycar to buy a vehicle", COLOR_RED, 2334.4592,51.7882,26.4841, 15, 0, 1);
but i want to change it with this one
(254,-311.2927,1303.3690,53.6643,75.1884,0,0,0,0,0,0); // dealership
Re: Changing Icons Location -
ThePhenix - 31.12.2012
First. It's not an icon, It's a 3DLabel.
PHP код:
Create3DTextLabel("Vehicles Dealership\n{FFFF00}/buycar to buy a vehicle", COLOR_RED, -311.2927,1303.3690,53.6643, 15, 0, 1);