Jump to content

Error :/


iFoReX

Recommended Posts

Me da error esto :/ en la variable "cuentas" como lo soluciono ?

sv

addEvent("lol",true) 
addEventHandler("lol",root,function() 
local cuentas = getAccounts() 
end 
) 

cl

function complementos(cuentas) 
local sWidth,sHeight = guiGetScreenSize() 
local players = getElementsByType("player") 
showChat(false) 
triggerServerEvent("lol",getRootElement(),cuentas) 
 dxDrawText("#00ffffBienvenidos a", sWidth*0.150, sHeight*0.920, sWidth*0.715, sHeight*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "left", "top", false, false, true, true, true) 
 dxDrawText("#ff6600TwD|Dead City Infection -Zombies- Resident Evil Latino [Zombies] 24/7", sWidth*0.150, sHeight*0.940, sWidth*0.715, sHeight*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "left", "top", false, false, true, true, true) 
 dxDrawText("#00ffffPlayers Online : #ff6600"..tostring(#players).."#00ffff/#ff6600150", sWidth*0.600, sHeight*0.920, sWidth*0.715, sHeight*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "left", "top", false, false, true, true, true) 
 dxDrawText("#00ffffUsuarios : #ff6600"..tostring(#cuentas).."#00ffff/#ff6600150", sWidth*0.100, sHeight*0.120, sWidth*0.715, sHeight*0.997, tocolor(255, 255, 255, 255), .6, "bankgothic", "left", "top", false, false, true, true, true) 
end 

Link to comment
  • Recently Browsing   0 members

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