INC Problems
#1

I'm making a simple include for my server and i added a Repair(vehicleid) function but im getting this error D:
pawn Код:
C:\Documents and Settings\Rhys\Desktop\samp03dsvr_RC7_win32\pawno\include\Usefull_Functions.INC(6) : error 021: symbol already defined: "Repair"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
I Dont Get Why This Has Happened here is my code
pawn Код:
#include <a_samp>

native Repair(vehicleid);


stock Repair(vehicleid)
{
    RepairVehicle(vehicleid);
}
Any Ideas
Reply


Messages In This Thread
INC Problems - by Zonoya - 04.11.2011, 15:39
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 15:41
Re: INC Problems - by Zonoya - 04.11.2011, 15:42
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 15:44
Re: INC Problems - by Zonoya - 04.11.2011, 15:48
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 15:49
Re: INC Problems - by Zonoya - 04.11.2011, 15:53
Re: INC Problems - by SmiT - 04.11.2011, 16:08
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 16:11
Re: INC Problems - by Zonoya - 04.11.2011, 16:16

Forum Jump:


Users browsing this thread: 1 Guest(s)