16.08.2014, 20:16
Hey ,is it possible to make like enum for guns?like the name of lspd weapons will be LSPD Gun ....and it never changes ,how can i make an enum to the weapon like Weaponinfo[weaponid][lspdgun] = 1 or so?please help
enum Info
{
pLSPD, //LSPD Gun
pLSPDa, //LSPD Gun Ammo
pLVPD,//LVPD Gun
pLVPDa//LVPD Gun
}
new PlayerInfo[MAX_PLAYERS][Info];