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

[PHP] Frags

Ahead

New Member
Joined
Dec 27, 2013
Messages
165
Reaction score
2
Somebody knows how to put the frags count in the character view inside the website?.

I mean, it works by a code like (invented):
Code:
<tr><td width='30%'>Frags</td><td><?php echo $status = ($player->getFrags()); ?></td></tr>

Or it's an injection?

And depending on the answer, could you help me showing me the code?.

Thanks!
 
Back
Top