26.08.2012, 05:50
What's the problem with this?
It's giving me a tag mismatch on plName on the format.
pawn Код:
case DIALOG_HOUSEEDIT + 8: // Editing the house owner
{
if( response )
{
new
plName [ MAX_PLAYER_NAME ];
GetPlayerName( strval( inputtext), plName, MAX_PLAYER_NAME );
format( houStats [ plEditingHouse [ playerid ] ] [ HouseOwner ], plName, MAX_PLAYER_NAME );
}
else return plEditingHouse [ playerid ] = -1;
}