• 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+ Help with function RemoveItemOfType

tarantonio

Old School Player
Joined
Jun 21, 2009
Messages
865
Solutions
1
Reaction score
274
How this function is declared when the item has no subtype?

example:
I want to remove arrow, I go this way->
C++:
if (player->removeItemOfType(3447, 1,0,true)) {

Is that correct?
 
Back
Top