11.12.2012, 18:53
I know that error is caused because it's defined 2 times, but I'm using two different includes that use at the end:
I tried to rename it, but then I have to do the function 2 times and that's a problem.
How can I fix it from the warning and the function "PutPlayerInVehicle" should work for both includes?
pawn Код:
// 1st include
#define PutPlayerInVehicle sth1_PutPlayerInVehicle
// 2nd include
#define PutPlayerInVehicle sth2_PutPlayerInVehicle
How can I fix it from the warning and the function "PutPlayerInVehicle" should work for both includes?