|
Site
Scripts
Search on page
extended search |
Last forum posts
|
Filebase
ET RtCW ET-Domination ETFortress True Combat Elite ET Quake Wars Wolfenstein Wolf Classic Movies |
Other
Wolfmap R.I.P.
ETpro 3.2.2 Beta 3 + Serverside-Mod-Support
04.11.2005 : 22:32Bani und sein Team Arbeiten momentan an einer Scriptunterstützung für ETpro um Serverseitige Mods in ETpro zuzulassen.
Tester müßen ein Modifiziertes qagame mit Unterstützung für das neue ETpro Lua Mod API herunterladen.
--> ETpro ForenthreadSome quick LUA caveats:
--> Download Modified qagame @ banimod
--> ETPro: Lua Mod API
--> ETPro: Lua Sample Code
--> Test Scripts by reyalP
- variable scope defaults to global, unless explicitly defined 'local'
- referencing an undefined variable or function returns "nil"
- there is no 'continue' for loops
- negation is ~ not !, eg ~= not !=
- string concatenation is .. (two periods)
- comments are -- (two hyphens)