02.03.2015, 00:39
I have a table that contains the name of each of my current weapons .
If I use the custom , the name of the basics of weapons will be replaced ... But then I do not see how
If I use the custom , the name of the basics of weapons will be replaced ... But then I do not see how
pawn Code:
enum weap_params {MAXAMMO, NAME[20]};
static WeaponInfo[][weap_params] ={
};
{0, 0, 0, "Poing"},
{1, 20, 0, "Poing Americain"},
{1, 0, 0, "Club"}
// ...
};