20.01.2015, 12:12
Erro:
PHP код:
D:\server samp com pawno\pawno\include\streamer.inc(297) : warning 202: number of arguments does not match definition
D:\server samp com pawno\pawno\include\streamer.inc(304) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
PHP код:
{//linha 297
format(logString, sizeof logString, "O jogador %s[%d], foi spawnado na casa %d, e coletou o aluguel de $%d.", playerName, playerid, house, houseData[house][houseIncoming]);
WriteLog(LOG_HOUSES, logString);
GivePlayerMoney(playerid, houseData[house][houseIncoming]);
houseData[house][houseIncoming] = 0;
DOF2_SetInt(ownerFile, "ValorAreceber", houseData[house][houseIncoming]);
return 1;
}//linha 304