#define
#1

hi everyone, so i want know if it's possible to add a model ID of a vehicle in #define ??
Reply
#2

Yes.

#define VEH_INFERNUS 411
Reply
#3

Yeah,
pawn Code:
#define INFERNUS 411
pawn Code:
CreateVehicle(INFERNUS.....
INFERNUS will now mean '411'. Remember, it is case sensitive, so 'INFERNUs' won't return '411'.
Reply
#4

ye it work and thank you both
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)