SuleymanM Posted June 2, 2013 Posted June 2, 2013 Hi all, Today an guy give to me an TopTimes panel : 'race_toptimes' . - I added to admin right - resource is unzipped. -Console Problem: [2013-06-02 10:40:24] ERROR: Client triggered serverside event onLoadedAtClient_tt, but event is not added serverside[2013-06-02 10:40:25] ERROR: Client triggered serverside event onClientRequestToptimesUpdates, but event is not added serverside [2013-06-02 10:40:27] ERROR: Client triggered serverside event onClientRequestToptimesUpdates, but event is not added serverside Problem in server: - Not load TopTimes - Not add top in panel when make... Photo: pls help me
Sparrow Posted June 2, 2013 Posted June 2, 2013 this events are missing on server side: "onLoadedAtClient_tt" "onClientRequestToptimesUpdates" "onClientRequestToptimesUpdates" check that the correct event name is written on: addEvent("eventName", true) addEventHandler("eventName", root, functionName)
Sparrow Posted June 2, 2013 Posted June 2, 2013 you don't know server side? search on server side files[check them on meta] and search where you can add the missing events
SuleymanM Posted June 2, 2013 Author Posted June 2, 2013 server side is all files on resource? =)) Where add that functions ? Pls edit for me : -- meta.xml "Toptimes" description="Toptimes addon for Race" author="ccw" type="script" addon="race" version="0.0.3" build="r472 02Oct09"/>
PaiN^ Posted June 3, 2013 Posted June 3, 2013 Make sure that the events ( onLoadedAtClient_tt, onClientRequestToptimesUpdates ) are added to any server side file using addEvent, If they were then we can't help you if we don't see the code !
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