Andrixx Posted August 23, 2011 Posted August 23, 2011 =========================================Español========================================= Hola, Bueno mi problema esque me aparece el siguiente error al apretar F1 para abrir el panel.... ERROR: Client triggered serverside event okmsg, but event is not added serverside Una imagen para ver mejor A que se debe? =========================================English========================================= Hello, Well my problem esque me the following error when pressing F1 to open the panel .... ERROR: Client triggered serverside event okmsg, but event is not added serverside An image to see better Why is this?
GTX Posted August 23, 2011 Posted August 23, 2011 Event is not added server-side, add the event: addEvent ( "getstats", true ) function f ( ) -- YOUR CODE end addEventHandler ( "getstats", getRootElement(), f ) Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
Andrixx Posted August 23, 2011 Author Posted August 23, 2011 tranks, but I have in "guic.lua" this: function menuShow () visableornot = guiGetVisible (Window) name = getPlayerName ( getLocalPlayer() ) triggerServerEvent ( "getstats", getLocalPlayer() ) if (visableornot == true) then guiSetVisible (Window, false) guiSetVisible (clrsWindow, false) guiSetVisible (createteam_Window, false) guiSetVisible (tmprpts_Window, false) showCursor (false) guiMoveToBack( image2 ) guiMoveToBack( image ) end if (visableornot == false) then guiSetVisible (Window, true) showCursor (true) money = getPlayerMoney ( getLocalPlayer() ) guiSetText ( mny_lbl, '$ ' .. money ) guiSetText ( money2_lbl, '$ ' .. money ) guiSetText ( Window, 'Echo por Andrixx, Bienvenido [ ' .. name .. ' ]' ) end end where anger that you say? Tranks
JR10 Posted August 23, 2011 Posted August 23, 2011 From where did you get the client? Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Andrixx Posted August 23, 2011 Author Posted August 23, 2011 From where did you get the client? like where do I get? because it is not downloadable
JR10 Posted August 23, 2011 Posted August 23, 2011 Well, you could have just stole it. Or the server script, is not working, like it should be. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
JR10 Posted August 23, 2011 Posted August 23, 2011 Tell me the lua files this resource have. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Andrixx Posted August 23, 2011 Author Posted August 23, 2011 help.xml guic.lua roll.lua rollC.lua money.lua kill.lua Banner.png C.png Colors.png cross.png money.png
JR10 Posted August 23, 2011 Posted August 23, 2011 Post the meta.xml Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
GTX Posted August 23, 2011 Posted August 23, 2011 I guarantee these files are client-side only. Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
JR10 Posted August 23, 2011 Posted August 23, 2011 That's why I'm waiting for the meta. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Andrixx Posted August 23, 2011 Author Posted August 23, 2011 <meta> <info author="Andrixx" version="1.0.0" type="script" name="PanelUsuario" description="" showInResourceBrowser="true" /> <config src="help.xml" type="client" /> <script src="guic.lua" type="client" /> <script src="roll.lua" type="client" /> <script src="rollC.lua" type="client" /> <script src="money.lua" type="client" /> <script src="kill.lua" type="client" /> <file src="Banner.png" /> <file src="C.png" /> <file src="Colors.png" /> <file src="cross.png" /> <file src="money.png" /> </meta>
JR10 Posted August 23, 2011 Posted August 23, 2011 Ok here is a question: Where the hell is any server sided script? Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
JR10 Posted August 23, 2011 Posted August 23, 2011 Well, that points out that you didn't make this. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Andrixx Posted August 23, 2011 Author Posted August 23, 2011 the truth, no, I made a friend but never finished
JR10 Posted August 23, 2011 Posted August 23, 2011 Well, get that friend to finish it, or give up. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now