warning 201: redefinition of constant/macro
#1

I know that error is caused because it's defined 2 times, but I'm using two different includes that use at the end:
pawn Код:
// 1st include
#define PutPlayerInVehicle sth1_PutPlayerInVehicle

// 2nd include
#define PutPlayerInVehicle sth2_PutPlayerInVehicle
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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)