Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online

This commit is contained in:
Bryan Hoyle
2011-08-23 20:28:55 -04:00
parent 03ee03ed1e
commit f577c319db
4 changed files with 81 additions and 2 deletions

View File

@@ -67,4 +67,5 @@ int luatpt_heat(lua_State* l);
int luatpt_setfire(lua_State* l);
int luatpt_setdebug(lua_State* l);
int luatpt_setfpscap(lua_State* l);
int luatpt_getscriptid(lua_State* l);
#endif