08.02.2015, 17:00
why you use sext[24] again ? just use sext
pawn Код:
if(PlayerInfo[marriedto][pSex] == 1) { sext = "Husband"; } else { sext = "Wife"; } // TRY THIS NOW