What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Execute LUA

HB5156P57

New Member
Joined
Jun 17, 2011
Messages
6
Reaction score
0
Hey,

anyone know how to execute lua code from a plugin?
Would be nice if anyone could provide me a sample of code.

greetz
 
PHP:
void Lua.DoString("my script");
List<string> Lua.GetReturnValues("My script");

Optionally you can enter even a lua file.
 
Back
Top