[Ajuda] Problema em TextDrawShowForPlayer
#3

PHP код:
else if(clickedid == TeleMenu_p1[5]) 
                { 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[0]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[1]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[2]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[3]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[4]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[5]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p2[6]); 
                        
SelectTextDraw(playerid0xA3B4C5FF); 
                        
SendClientMessage(playerid, -1"Proximo MENU"); 
                        return 
1;
                } 
PHP код:
else if(clickedid == TeleMenu_p2[5]) 
                { 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[0]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[1]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[2]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[3]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[4]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[5]); 
                        
TextDrawShowForPlayer(playeridTeleMenu_p1[6]); 
                        
SelectTextDraw(playerid0xA3B4C5FF); 
                        
SendClientMessage(playerid, -1"Voltou ao MENU"); 
                        return 
1;
                } 
Reply


Messages In This Thread
Problema em TextDrawShowForPlayer - by F1N4L - 28.10.2015, 22:53
Re: Problema em TextDrawShowForPlayer - by SepZ - 29.10.2015, 07:08
Re: Problema em TextDrawShowForPlayer - by Galhardo - 29.10.2015, 13:25
Re: Problema em TextDrawShowForPlayer - by F1N4L - 29.10.2015, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)