Problem with removing text label
#8

Quote:
Originally Posted by Sjn
Посмотреть сообщение
PHP код:
new
    
Text3Dg_myLabel[MAX_PLAYERS]; // Global array (goes on top of your script before the includes)   (I have this after includes)
    
// Creating / attaching
g_myLabel[playerid] = Create3DTextLabel(...);
Attach3DTextLabelToPlayer(playeridg_myLabel[playerid], ...);
// Destroying
Delete3DTextLabel(g_myLabel[playerid]); 
Thanks this will help me to understand it
Reply


Messages In This Thread
Problem with removing text label - by kelvinis - 15.06.2016, 13:57
Re: Problem with removing text label - by F1N4L - 15.06.2016, 14:09
Re: Problem with removing text label - by Vince - 15.06.2016, 14:11
Re: Problem with removing text label - by kelvinis - 15.06.2016, 14:18
Re: Problem with removing text label - by kelvinis - 15.06.2016, 17:24
Re: Problem with removing text label - by kelvinis - 16.06.2016, 13:25
Re: Problem with removing text label - by Sjn - 16.06.2016, 13:40
Re: Problem with removing text label - by kelvinis - 16.06.2016, 13:46
Re: Problem with removing text label - by kelvinis - 16.06.2016, 14:16
Re: Problem with removing text label - by kelvinis - 16.06.2016, 16:37

Forum Jump:


Users browsing this thread: 2 Guest(s)