17.12.2015, 01:39
i have a trouble in this error
this is the code
anyone know what to do?
Код:
D:\Revolution DM\gamemodes\RDM.pwn(4425) : error 012: invalid function call, not a valid address D:\Revolution DM\gamemodes\RDM.pwn(4425) : warning 215: expression has no effect D:\Revolution DM\gamemodes\RDM.pwn(4425) : error 001: expected token: ";", but found ")" D:\Revolution DM\gamemodes\RDM.pwn(4425) : error 029: invalid expression, assumed zero D:\Revolution DM\gamemodes\RDM.pwn(4425) : fatal error 107: too many error messages on one line
Код:
stock GetOwnedHouses(playerid)
{
new count;
foreach(Houses, h)
{
IsOwner(playerid,h)
{
count++;
}
}
return count;
}

