SA-MP Forums Archive
/arrest icon? - 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: /arrest icon? (/showthread.php?tid=426622)



/arrest icon? - Lisaax - 29.03.2013

Hello, Ive building a HQ For CIA. How can i make a icon there that they can do /arrest?


Re: /arrest icon? - Ryan_Redfield - 29.03.2013

add me on skype ray_of_justice...I'll make it for you..


Re: /arrest icon? - Nivniv2 - 29.03.2013

Код:
	CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,295.9513,-1540.6786,24.5938+0.6,4.0);///arrest(CIA)
(expect for those cords, write yours)


Re: /arrest icon? - Lisaax - 29.03.2013

Thanks!


Re: /arrest icon? - Lisaax - 04.04.2013

But ive got this error :

C:\Documents and Settings\Lisa\Bureaublad\SAMP Servers\VLRP\gamemodes\CSRPw.pwn(88565) : error 021: symbol already defined: "CreateDynamic3DTextLabel"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Re: /arrest icon? - Lisaax - 04.04.2013

I've got this now

CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1529.57,-1479.65,9.50);///arrest(CIA)

And ive putted in the last line, Ive got that error and if i put it under the other createdynamic3dtextlabel ive got 1 error more.


Re: /arrest icon? - Lisaax - 04.04.2013

Anyone can help me? :$ Sorry for my spamming. But i need to fix this error cause i cant go further with this error.


Re: /arrest icon? - BigGroter - 04.04.2013

Try
pawn Код:
Create3DTextLabel("/arrest", COLOR_DBLUE, 1529.57,-1479.65,9.50, 15.0, 0, 0);



Re: /arrest icon? - Lisaax - 04.04.2013

Quote:
Originally Posted by BigGroter
Посмотреть сообщение
Try
pawn Код:
Create3DTextLabel("/arrest", COLOR_DBLUE, 1529.57,-1479.65,9.50, 15.0, 0, 0);
Last line?


Re: /arrest icon? - faff - 04.04.2013

No, Put it on public OnGameModeInit()