Phiilip~* Posted September 1, 2012 Share Posted September 1, 2012 ERROR: Server triggered clientside event startTheCountDown, but event is not added clientside Error in my Race Tks Link to comment
AMARANT Posted September 1, 2012 Share Posted September 1, 2012 That means that your event "startTheCountDown" is not added client-side with this function: addEvent("startTheCountDown",true) Link to comment
Anderl Posted September 1, 2012 Share Posted September 1, 2012 That means that your event "startTheCountDown" is not added client-side with this function: addEvent("startTheCountDown",true) It's probably that server-side requested the event but client-side is still not loaded. Link to comment
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