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

Solved [TFS 1.0] Compat.lua for Global.lua

Techrlz

System Manager & Programmer
Premium User
Joined
Feb 20, 2014
Messages
1,073
Solutions
4
Reaction score
177
What is difference to put one function in compat.lua for global.lua??
 
global.lua is more for the functions and compat.lua was made to make things compatible. Such as instead of have player:addItem(itemid, count, ...), in compat lua they made it, to make compatible with older scripts which are using doPlayerAddItem(itemid, count, ...)
 
Back
Top