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

[C++] - function setPlayerShieldType(cid, shieldType)

Oskar1121

Excellent OT User
Joined
Jul 15, 2009
Messages
633
Reaction score
536
Location
Poland
How to in the subject.
I am looking for function which will give the player a sort of shield.
In TFS 0.3.6pl1 not sure this function.
I try with:
PHP:
player->setShield(shield);
But doesn't work.
 
Back
Top