02.10.2012, 18:36
Valeu Ouro, pegou..
E por ultimo, tem esse ultimo errinho aqui:
Linha do erro: {
Erro; error 004: function "NameTimer" is not implemented
Ajudaae? ;x
E por ultimo, tem esse ultimo errinho aqui:
pawn Код:
public InfoDaCasa()
{
new string[128];
NameTimer();
for(new i = 0; i < MAX_PLAYERS; i++)
{
for(new h = 0; h < sizeof(HouseInfo); h++)
{
if(PlayerToPoint(2.0, i, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]))
{
if(HouseInfo[h][hOwned] == 1)
{
if(HouseInfo[h][hRentabil] == 0)
{
format(string, sizeof(string), "~w~Dono ~n~%s~n~Level : %d",HouseInfo[h][hOwner],HouseInfo[h][hLevel]);
}
else
{
format(string, sizeof(string), "~w~Dono~n~%s~n~alugar: R$%d Level : %d~n~Digite /alugarquarto to rent a room",HouseInfo[h][hOwner],HouseInfo[h][hRent],HouseInfo[h][hLevel]);
}
GameTextForPlayer(i, string, 5000, 3);
return 1;
}
else
{
format(string, sizeof(string), "~w~Esta casa esta a venda~n~Tipo: %s ~n~Valor: ~g~R$%d~n~~w~ Level : %d~n~Para comprar digite /comprarcasa",HouseInfo[h][hDiscription],HouseInfo[h][hValue],HouseInfo[h][hLevel]);
}
GameTextForPlayer(i, string, 5000, 3);
return 1;
}
}
}
return 1;
}
Erro; error 004: function "NameTimer" is not implemented
Ajudaae? ;x