Guest User

Untitled

a guest
Oct 13th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. addEvent("forEveryNewPerson",true)
  2. addEventHandler("forEveryNewPerson",root,
  3. function()
  4.         gs(GOLD,string.format("[ %d ] :GOLD",10,""))
  5.     gs(SILVER,string.format("[ %d ] :SILVER",10,""))
  6.     gs(PLATINUM,string.format("[ %d ] :PLATINUM",10,""))
  7.         gs(IRON,string.format("[ %d ] :IRON",10,""))
  8.     gs(COPPER,string.format("[ %d ] :COPPER",10,""))
  9.         gs(ALUMINIUM,string.format("[ %d ] :ALUMINIUM",10,""))
  10.     gs(PHOSPHATE,string.format("[ %d ] :PHOSPHATE",10,""))
  11.     gs(LEAD,string.format("[ %d ] :LEAD",10,""))
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment