• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ getVocationInfo(getPlayerVocation(cid)).name -> for 1.x?

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,210
Solutions
35
Reaction score
206
How can i change this function to work in tfs 1.x?
I tried do use
getVocationInfo(getPlayerVocation(pid)).name
but get error
attempt to call global 'getVocationInfo' (a nil value)
 
Back
Top