23.07.2010, 23:24
Hello guys, i have this error in my script:
at line 215 i have
and at line 11074 i have
Whats the problem?
pawn Код:
C:\Users\Administrator\Desktop\Legends Gaming RP\gamemodes\lgrp.pwn(215) : error 025: function heading differs from prototype
C:\Users\Administrator\Desktop\Legends Gaming RP\gamemodes\lgrp.pwn(11074) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
pawn Код:
forward OnPlayerUpdate(playerid, vehicleid, ispassenger);
pawn Код:
public OnPlayerUpdate(playerid, vehicleid, ispassenger)