• 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!

Simple question, getPlayerVocation 4 and 8?

SE000

New Member
Joined
Nov 19, 2010
Messages
43
Reaction score
1
Should I write it

Code:
getPlayerVocation == 4, 8

or

Code:
getPlayerVocation == 4 and getPlayerVocation == 8

Or really, whats the simpliest way, any other code?

Also, I cant find any global.lua in tfs 0.3.6?
 
Last edited:
Lua:
if getPlayerVocation(cid) == 4 and getPlayerVocation(cid) == 8 then
you needs script? explain and i make for you
 
Back
Top