#1

Код:
new WeedRandomNumber = 14;
new WeedRandom[14][1] = {
{13),
{14),
{15),
{16),
{17),
{18),
{19),
{20),
{21),
{22),
{23),
{24),
{25),
{26)
};
Код:
(1922) : error 001: expected token: ";", but found ")"
(1936) : error 010: invalid function or declaration
No idea
Reply
#2

hello o.o ?
Reply
#3

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
Reply
#4

lol you are using { and ) it has to be }

pawn Код:
new WeedRandomNumber = 14;
new WeedRandom[14][1] = {
{13},
{14},
{15},
{16},
{17},
{18},
{19},
{20},
{21},
{22},
{23},
{24},
{25},
{26}
};
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)