SA-MP Forums Archive
2 Questions - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 2 Questions (/showthread.php?tid=243088)



2 Questions - [ProX]BlueFire - 21.03.2011

xD ik i have alot of questions...

can u tell me how do i create a 3D label?(the texts ho stay on the floor and dont move...)
+how i delete them?

how can i make an object checker?


thx for helpers!

(my last question...)


Re: 2 Questions - Stigg - 21.03.2011

https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Delete3DTextLabel

What do you mean by object checker ?


Re: 2 Questions - [ProX]BlueFire - 21.03.2011

i mean when u do the cmd /gate,create an object, then if u type twice it will see if u already maked this cmd or another cmd like this and if yes it will say:"u already created an object plz delete the first"


AW: 2 Questions - Pablo Borsellino - 21.03.2011

Please read some Tutorials
For the Objekt "Checker", create a new bolean with an array for every player. In the Command, you make "if(booleanname==false) >> CreateObject and booleanname=true; else if(booleanname==true) >> You cant create an Object". And on the Destroy Command "if(booleanname==true) >> DestroyObject and booleanname=false; else if(booleanname==false) >> SendClientMessage(player,0xAFAFAFFF,"You have allready an Object created!");