2 Questions
#1

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...)
Reply
#2

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

What do you mean by object checker ?
Reply
#3

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"
Reply
#4

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!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)