nokizorque

Untitled

Nov 4th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local target = "noki;playmate;pivo"
  2. local _,count = string.gsub(target, ";", " ")
  3. for target5 in string.gmatch(target, "[^;]+") do
  4. local target6 = getPlayerFromPartialName (target5)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment