Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- color=0
- first=true
- function eventPlayerWon(n)
- if color then
- if first then
- tfm.exec.setNameColor(n,0xFF0000) -- Başka renk yapmak için "0xFF0000" 0x'in yanındakileri silip renk kodu yazınız.
- color=false
- first=false
- end
- end
- function eventNewGame()
- first=true
- color=true
- end
Advertisement
Add Comment
Please, Sign In to add comment