SA-MP Forums Archive
How can i ADD a yellow 'i' icon on LSPD Entrance - 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: How can i ADD a yellow 'i' icon on LSPD Entrance (/showthread.php?tid=510196)



How can i ADD a yellow 'i' icon on LSPD Entrance - D3vin - 30.04.2014

Plz help !! i scripted a door for LSPD and now i don't have an icon so i need to make one please help


Respuesta: How can i ADD a yellow 'i' icon on LSPD Entrance - ghost556 - 30.04.2014

http://weedarr.wikidot.com/pickups

Код:
 
CreatePickup(model id, type, X, Y, Z, VW);
Under OnGameModeInit


Re: How can i ADD a yellow 'i' icon on LSPD Entrance - D3vin - 30.04.2014

How to type above it
like "Los Santos Polcie DePartment"


Respuesta: How can i ADD a yellow 'i' icon on LSPD Entrance - ghost556 - 30.04.2014

You mean.

Код:
Create3DTextLabel("Text",COLOUR, X, Y, Z, Distance, VW, LOS);
And same as before under OnGameModeInit


Re: How can i ADD a yellow 'i' icon on LSPD Entrance - [WSF]ThA_Devil - 30.04.2014

Use 3D texts labels
https://sampwiki.blast.hk/wiki/Create3DTextLabel
- now use ****** before you post such things.

Some useful sites for you:
https://sampwiki.blast.hk/
http://******.com/
For object ids, ****** MTA Sa, then go there in map editor.


Re: How can i ADD a yellow 'i' icon on LSPD Entrance - VinPure - 30.04.2014

You can use 3dtextlabel
https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: How can i ADD a yellow 'i' icon on LSPD Entrance - D3vin - 30.04.2014

Thanks guys <3