HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

darn floating text

10-18-2003, 04:18 PM#1
kishkon
im doing in my mpa floating text and when i want to delete it my only option is to delete the last floating text but all players are getting the text and its only deleting it to the last player.

is there a way to delete all existing floating text?
10-18-2003, 04:22 PM#2
Hunter0000
Use a verable, a floating Text array to record all of the text, then use the array to delete it
10-18-2003, 04:23 PM#3
kishkon
can u pls explain how i dont really know how to use verable in an advanced way didnt get to this part yet...
10-18-2003, 04:28 PM#4
Hunter0000
Ok, make a floating text varable and make it an array with the size of how many players you have. When you create flaoting text do

Actions
Create floating text at "blah" for "blah" with color "blah"
Set varable Floating Text Array (number of the player with the text was for) to last created floating text.

Do that when you make the text, for each player
Now for killing it,

Remove floating text- Remove Floating text array (1)
Remove Floating text array (2) ect...

Just do that for however many players you had. and thats all there is to it
10-18-2003, 04:35 PM#5
kishkon
tnx it worked : )