Advertisement
niks123123

Untitled

Dec 25th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. function _f1()
  2.     bindKey ( source, "q", "up", function() outputChatBox ( "text", source, 255, 255, 0 ) end )
  3. end
  4. addEventHandler ( "onPlayerJoin", root, _f1 )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement