SAMPHP enum
#1

Hello, i'm coding gamemode with SAMPHP (https://sampforum.blast.hk/showthread.php?tid=442302), but i don't know how to create enum:

Код:
#define max_vehicles 9999
enum vInfo
{
	model,
	Float:x,
	Float:y,
	Float:z,
 	Float:a,
 	color_1,
 	color_2,
 	owner
};
new VehicleInfo[max_vehicles][vInfo];
Reply


Messages In This Thread
SAMPHP enum - by TheNerka - 30.11.2016, 08:23
Re: SAMPHP enum - by Sithis - 30.11.2016, 10:17
Re: SAMPHP enum - by TheNerka - 30.11.2016, 10:30
Re: SAMPHP enum - by CoaPsyFactor - 30.11.2016, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)