14.01.2011, 19:27
.pwn(763) : error 017: undefined symbol "string"
.pwn(763) : error 017: undefined symbol "string"
.pwn(763) : error 029: invalid expression, assumed zero
.pwn(763) : fatal error 107: too many error messages on one line
line 763:
(
)
.pwn(763) : error 017: undefined symbol "string"
.pwn(763) : error 029: invalid expression, assumed zero
.pwn(763) : fatal error 107: too many error messages on one line
line 763:
pawn Код:
format(string, sizeof(string), "If you sell your property, you stand to make $%d.", PlayerInfo[playerid][pHouseLevel] * 40000);
pawn Код:
if(!strlen(x_nr))
{
format(string, sizeof(string), "If you sell your property, you stand to make $%d.", PlayerInfo[playerid][pHouseLevel] * 40000);
SendClientMessage(playerid, COLOR_GREY, string);
SendClientMessage(playerid, COLOR_GREY, "If you're sure you want to sell, type: /sellhouse confirm");
return 1;
}