Quote Originally Posted by randall View Post
Your function-list is good, there are also many script-function what ppl can use in singleplayer but cant in multi. Maybe u can unlock these functions.
Thats server-side and doesnt need a new client-version. If you want to keep the server-extending alive, just rent a server on killtube and tell me what functions you need. I will try to implement them. "Unlocking" sounds easy, but the functions in SP arent in the MP-binary (e.g. you only find the function-name "magicbullet" in CoD2SP_s.exe).

Already very useful functions added are:
- setVelocity, getVelocity, addVelocity (needed for the mods: portal, surf)
- keyPressed-functions for left, right, forward, backward, leanleft, leanright, jump etc., (needed for: surf, doublejump made by IzNoGod)
- blazing fast astar-implementation (needed for: zombots)
- setAlive-function (needed for: zombots, so xmodels are damagable without damage-trigger... zombots in stockmaps)

So if you need more, just rent a server, tell me what you need and make awesome mods.