04.11.2011, 15:39
I'm making a simple include for my server and i added a Repair(vehicleid) function but im getting this error D:
I Dont Get Why This Has Happened here is my code
Any Ideas
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.
pawn Код:
#include <a_samp>
native Repair(vehicleid);
stock Repair(vehicleid)
{
RepairVehicle(vehicleid);
}