Advertisement
suxonov

Untitled

Jan 29th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. tfm.exec.newGame(0)
  3.  
  4. function eventChatCommand(playerName, commd)
  5. if commd == "tv" then
  6. tfm.exec.movePlayer(playerName,x,y,false,0,50,false)
  7. elseif commd == "wj" then
  8. tfm.exec.movePlayer(playerName,x,y,false,0,50,false)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement