mirror of
https://github.com/TribesNext/t2-scripts.git
synced 2026-03-16 18:30:37 +00:00
Initial release of the TribesNext scripts for Tribes 2. This contains incomplete in-game GUI code for player and clan profile management.
This commit is contained in:
commit
62c22f43f8
27 changed files with 8810 additions and 0 deletions
8
scripts/autoexec/t2csri_serv.cs
Normal file
8
scripts/autoexec/t2csri_serv.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Tribes 2 Unofficial Authentication System
|
||||
// http://www.tribesnext.com/
|
||||
// Written by Electricutioner/Thyth
|
||||
// Copyright 2008 by Electricutioner/Thyth and the Tribes 2 Community System Reengineering Intitiative
|
||||
|
||||
// Version 1.0 initialization and glue file (server side)
|
||||
|
||||
schedule(0, 0, exec, "t2csri/serverglue.cs");
|
||||
Loading…
Add table
Add a link
Reference in a new issue