Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. function theGPlayer(player)
  3. local account = anyone
  4. if account == "anyone" then
  5. outputChatbox("Here is your cash")
  6. givePlayerMoney("100000")
  7. else
  8. end
  9. end
  10. addEventHandler("onPlayerLogin", root, theGPlayer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement