Jump to content

[Ayuda] crear panel


Nicolas ECM

Recommended Posts

me podrias dar un ejemplo?
addEventHandler ( 'onPlayerLogin', getRootElement ( ), 
    function () 
 accounte = getPlayerAccount (source)    
 if not accounte then return outputChatBox end 
local losdatos = getAccountData(accounte,"Loquetuquieras") 
if losdatos == false then outputChatBox ("No")  
else 
outputChatBox ("Si")  
return 
 end 
  
) 
  

Podrias utilizar un

triggerClientEvent 

Para que se muestre la gui que creaste o no sé, Esto solo es un ejemplo de las funciones que te di anteriormente.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...