One error,I dont know - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: One error,I dont know (
/showthread.php?tid=560433)
One error,I dont know -
FinStar - 28.01.2015
Hello Community samp-forum I have a problem and I do not know what to do. Pawn Compiler writes error:
pawn Код:
Server\pawno\include\SS/Core/Admin/HackDetect.pwn(553) : error 025: function heading differs from prototype
I have a new includes (I use samp 0.3z R4) Does anyone know where it could be wrong? And how to fix the error?
line Error:
Re: One error,I dont know -
nezo2001 - 28.01.2015
Add this before this line
PHP код:
forward OnUnoccupiedVehicleUpdate(vehilceid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z);
Re: One error,I dont know -
ATGOggy - 28.01.2015
Quote:
Originally Posted by nezo2001
Add this before this line
PHP код:
forward OnUnoccupiedVehicleUpdate(vehilceid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z);
|
It's already forwarded in a_samp.inc
Re: One error,I dont know -
nezo2001 - 28.01.2015
So make sure that it is like that
PHP код:
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z)
{
Re: One error,I dont know -
FinStar - 28.01.2015
Does not work, I, reviewed if the public and forward the same, so the two are the same
Pawn compiler writes the same mistake
Respuesta: One error,I dont know -
FinStar - 29.01.2015
Pleas help,...brighten up
Re: One error,I dont know -
Pboachie - 29.01.2015
Find or download the latest version of samp with a_samp.inc and just replace the old one with the new one
Re: One error,I dont know -
Rabea - 29.01.2015
Get lastest a_samp.inc version
Re: One error,I dont know -
FinStar - 29.01.2015
This link will correct?
http://files.sa-mp.com/samp03z_svr_R4_win32.zip ?