Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function onPlayerNickChange(oldNick, newNick)
  2. for i = 1, guiGridListGetRowCount(Main_Gridlist) do
  3. if (guiGridListGetItemText(Main_Gridlist, i, 1) == oldNick) then
  4. guiGridListSetItemText(Main_Gridlist, i, 1, newNick, false, false)
  5. break
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement