• 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 adding Marriage status to Modern AAC

Zelvant

HaY LaRay LaRa
Joined
Jul 25, 2007
Messages
24
Reaction score
0
Location
Mexico
Hello!!

I've been trying to add that simple table to my Modern AAC, but so far I have only been able to return the id of the player to whom someone is married to. By using this

Code:
<?php echo $player->getMarriage(); ?>

Wich result in something like:

Marital Status | 21 <-- id of the other player

I have the idea that you have to use the getMarriage thing to get the player's name but so far I havent been lucky enough to get it work, been trying using as example the one from the guild display but well, my php knowledge isnt that big hehe

Well, thanks in advise, cya!
 
$player->getName($player->getMarriage())

?? or something like that xd
 
Back
Top