bani Site Admin

Joined: 21 Jul 2002 Posts: 3685
|
Posted: Tue Jan 03, 2006 12:27 pm Post subject: etpro lua snapshot beta 3 |
|
|
etpro lua snapshot beta 3
this is a test version of the current development version of etpro lua support.
download it here.
this test release has the version number "3.2.5" and will generate pk3 warnings. this is intentional.
bugfixes
none
new callbacks
et_UpgradeSkill( cno, skill )
et_SetPlayerSkill( cno, skill )
return -1 to override (abort) the qagame function, anything else to "passthrough"
callback may modify skills (or do anything else it wants) during passthrough.
new gentity fields added
client.inactivityTime
client.inactivityWarning
sess.skill (8 int array)
sess.rank
sess.medals (8 int array)
Last edited by bani on Sat Jan 21, 2006 9:08 pm; edited 1 time in total |
|