Jump to content

[HELP] How to fix this in my script?


Tokio

Recommended Posts

This is the code (not the full):

addEvent("robbed", true ) 
addEventHandler("robbed", root, function () 
setTimer(function()
        addEventHandler("onClientRender",root,remainingtime);
		resetTimer(remainingt)
end, 10000, 1)
		setTimer(function()
		    removeEventHandler("onClientRender",root,remainingtime);
			resetTimer(remainingt)
		end,1800000,1)
end)

and when i reconnect to the server, the remainingtime dx elements are hide.. :S how to fix this?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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