CapsAdmin

Untitled

Jun 1st, 2011
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. LIB(string)
  2.  
  3. function(Explode)
  4.     lua->Push(self.Explode(lua->CheckString(2)))
  5. end
  6.  
  7. START
  8.     REG(Explode);
  9. END
Advertisement
Add Comment
Please, Sign In to add comment