13.02.2009, 16:36
Код:
public GetPlayerZone(playerid)
{
new line[22];
format(line,22,"p%dzone",playerid);
new zoneid = strval(PropertyGet(line));
return zoneid;
}
Quote:
|
C:\DOCUME~1\17FE8~1.MRK\SKRIVB~1\serv\pawno\COD.pw n(365) : error 025: function heading differs from prototype |

