14.11.2010, 18:53
Hello I have a small problem witha Location Script . i become 1 error , but i dont see it -.-
Errors:
(16413) : error 025: function heading differs from prototype
Anyone can help pls ?
SWEjason
Errors:
(16413) : error 025: function heading differs from prototype
PHP код:
this is error: stock IsPlayerInZone(playerid, zone[])
{
new TmpZone[MAX_ZONE_NAME];
GetPlayer3DZone(playerid, TmpZone, sizeof(TmpZone));
for(new i = 0; i != sizeof(gSAZones); i++)
{
if(strfind(TmpZone, zone, true) != -1)
return 1;
}
return 0;
}
SWEjason