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

Lua getPlayerWeapon()

How do I get the players weapon damage*, since getPlayerWeapon() just returns the weapon type? You'll have to forgive me I'm not at all familiar with tfs functions or LUA for that matter, just kind of crash coursing.
 
getPlayerWeapon returns the thing / item in this case.

getPlayerWeapon(cid).uid etc.
 
Back
Top