Advertising


ETpro 3.2.2 Beta 3 + Serverside-Mod-Support

04.11.2005 : 22:32
Bani 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 Forenthread
--> Download Modified qagame @ banimod
--> ETPro: Lua Mod API
--> ETPro: Lua Sample Code
--> Test Scripts by reyalP
Some quick LUA caveats:
  • 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)
ChiemseeMan / ET-Maps.de