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

[HELP] Item on frag in Sources

Gth

Forum Owner
Joined
Jul 15, 2007
Messages
69
Reaction score
2
I wantt some you tech C++ guys to tell me if you think this will work on Evo Server?
Code:
if(Player* targetPlayer = target->getPlayer()){
and add:

Code:
Item* newItem = Item::CreateItem(2143, 1);
internalPlayerAddItem(targetPlayer, newItem);
Right below the if statement.
 
Back
Top