05.04.2015, 18:11
Code:
format(String, sizeof(String), "~~~~~~~~~~~~~~~~ Casa %d ~~~~~~~~~~~~~~~~\n", hInfo[playericonhouse[playerid]][Casaid]); format(String, sizeof(String), "%s~> Dono: %s\n", String, hInfo[playericonhouse[playerid]][aName]); format(String, sizeof(String), "%s~> Morador: %s\n", String, hInfo[playericonhouse[playerid]][Renter]); format(String, sizeof(String), "%s~>Mensagem: %s\n", String, hInfo[playericonhouse[playerid]][Des]); format(String, sizeof(String), "%s~> Preзo: $%d\n", String, hInfo[playericonhouse[playerid]][Cost]); format(String, sizeof(String), "%s~> Ъltimo login do dono: %s\n", String, hInfo[playericonhouse[playerid]][Login]); format(String, sizeof(String), "%s~> Comandos da casa use: /ComandosCasa\n", String); format(String, sizeof(String), "%s~~~~~~~~~~~~~~~~ Casa %d ~~~~~~~~~~~~~~~~\n", String, hInfo[playericonhouse[playerid]][Casaid]);