16.04.2011, 03:17
new Forbiddenweapons[][] = {
36 //rocket launcher
38 //minigun
39 //Satchel charge
40 //Detonater
37 //Flamethrower
16 //Grenade
4 //knife
17 //Tear gas
};
this is the start of an anti cheat system im making
your code maybe should look like this -
new WeedRandomNumber = 14;
new WeedRandom[14][1] = {
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
};
Make sure you have public ...... then it will work
36 //rocket launcher
38 //minigun
39 //Satchel charge
40 //Detonater
37 //Flamethrower
16 //Grenade
4 //knife
17 //Tear gas
};
this is the start of an anti cheat system im making
your code maybe should look like this -
new WeedRandomNumber = 14;
new WeedRandom[14][1] = {
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
};
Make sure you have public ...... then it will work