29.03.2010, 16:21
That's a weird error, it's the weirdest one i've encountered till now.. and i don't understand it to fix it!
Here is the root of the error:
Код:
C:\Users\Soka\Desktop\AC-RP\gamemodes\acrp.pwn(3455) : error 025: function heading differs from prototype Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
pawn Код:
public GateClose5(playerid) // Line 3455
{
IsPlayerInRangeOfPoint(playerid, 1, 1544.7980, -1627.3271, 13.3828)
{
SendClientMessage(playerid, 0x00AE57FF, "You're stepping in the area of a hydraulically action, please step out~!");
}
DestroyObject(pdgate3);
pdgate2 = CreateObject(968,1544.700317,-1630.735717,13.096980,-1.000000,-91.000000,269.972869);
return 1;
}