MantisBT - Liberty Unleashed
View Issue Details
0000076Liberty UnleashedBugpublic2014-03-17 22:322014-08-04 09:13
Dopery 
VRocker 
highmajoralways
feedbackopen 
WindowsWindowsXP SP3
0.1.0.14 
 
0000076: [CLIENT] These functions doesn't work... ( 2 )
1 - Bindkeys
2 - "onClientRender" function doesn't work
none.
none.
No tags attached.
Issue History
2014-03-17 22:32DoperyNew Issue
2014-03-21 18:09DoperyNote Added: 0000098
2014-08-04 09:13VRockerNote Added: 0000102
2014-08-04 09:13VRockerAssigned To => VRocker
2014-08-04 09:13VRockerStatusnew => feedback

Notes
(0000098)
Dopery   
2014-03-21 18:09   
* OOPS *

Bindkeys works, but, it's CallServerFunc
(0000102)
VRocker   
2014-08-04 09:13   
CallServerFunc no longer works with the first paremeter as null. The first paramter needs to be the ScriptPath and name in the server.
You also need to call RegisterRemoteFunc( "functionname" ); on the server to allow CallServerFunc to work.

As for onClientRender, it works for me. How did you test it?