Open 0x57e11a opened 4 years ago
An error is occuring when trying to plySetPos another player
lua/ulib/modules/playercore_access.lua:61: bad argument #1 to 'pairs' (table expected, got number)
So for some reason, target:getCPPIFriendsList() is returning a number instead of a table
target:getCPPIFriendsList()
An error is occuring when trying to plySetPos another player
lua/ulib/modules/playercore_access.lua:61: bad argument #1 to 'pairs' (table expected, got number)
So for some reason,
target:getCPPIFriendsList()
is returning a number instead of a table