View Single Post
03/31/14, 08:55 PM   #6
Karner
 
Karner's Avatar
Join Date: Mar 2014
Posts: 7
Originally Posted by Errc View Post
GetUnitAvARank does not return a table, so no need to unpack it.

Can just do this.
a,b = GetUnitAvARank("player")
I get an error with this. "Function expected instead of nil stack straceback". Working on the table now

Fixed the error; had the function spelt wrong

Last edited by Karner : 03/31/14 at 08:57 PM.
  Reply With Quote