11.06.2014, 20:34
Quote:
|
When I compile / include <YSF> I get all these errors:
I never have them if I don't include YSF. C:\Users\Kyle\Desktop\Scripting - 0.3x\pawno\include\YSF.inc(357) : warning 201: redefinition of constant/macro (symbol "AddStaticVehicle") C:\Users\Kyle\Desktop\Scripting - 0.3x\pawno\include\YSF.inc(363) : warning 201: redefinition of constant/macro (symbol "AddStaticVehicleEx") C:\Users\Kyle\Desktop\Scripting - 0.3x\pawno\include\YSF.inc(369) : warning 201: redefinition of constant/macro (symbol "CreateVehicle") Can you make it so it doesn't give debug messages when you hide the HUD: SendRPC(playerid, 111, BS_UNSIGNEDCHAR, strval(params)); |
Original include doesn't hook correctly those functions ( it doesn't check if they were already hooked previously )


