08.12.2017, 18:50
(
Последний раз редактировалось Cheesus; 09.12.2017 в 10:26.
)
Im using R2 includes, and still getting this error.
Not using any other includes and placed it right after <a_samp>
EDIT: Fixed it, in my gamemode
had to be changed in
Код:
H:\Program Files (x86)\Rockstar Games\GTA San Andreas\SAMP\Server\pawno\include\nex-ac.inc(4787) : warning 202: number of arguments does not match definition H:\Program Files (x86)\Rockstar Games\GTA San Andreas\SAMP\Server\pawno\include\nex-ac.inc(4801) : error 025: function heading differs from prototype Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
EDIT: Fixed it, in my gamemode
Код:
public OnPlayerExitVehicle( playerid )
Код:
public OnPlayerExitVehicle( playerid, vehicleid )