Guest User

Lua -- Enesxfbxpro

a guest
Sep 27th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. color=0
  2. first=true
  3.  
  4. function eventPlayerWon(n)
  5. if color then
  6. if first then
  7. tfm.exec.setNameColor(n,0xFF0000) -- Başka renk yapmak için "0xFF0000" 0x'in yanındakileri silip renk kodu yazınız.
  8. color=false
  9. first=false
  10. end
  11. end
  12.  
  13. function eventNewGame()
  14. first=true
  15. color=true
  16. end
Advertisement
Add Comment
Please, Sign In to add comment