09.10.2011, 08:56
Hi all,
I have errors:
Var:
And using:
Please help
I have errors:
Код:
C:\Documents and Settings\Vartotojas\Desktop\Old Stunting World\filterscripts\events.pwn(226) : error 001: expected token: ",", but found "]" C:\Documents and Settings\Vartotojas\Desktop\Old Stunting World\filterscripts\events.pwn(226) : error 033: array must be indexed (variable "Pav") C:\Documents and Settings\Vartotojas\Desktop\Old Stunting World\filterscripts\events.pwn(227) : error 001: expected token: ",", but found "]" C:\Documents and Settings\Vartotojas\Desktop\Old Stunting World\filterscripts\events.pwn(228) : error 001: expected token: ",", but found "]"
Код:
new Koks, Prizas, Pav[128];
new Eventai[][]=
{
{"Iљlikimo su Sawn-off shotgun", 10000, 1}, //26
{"Iљlikimo su Micro Uzi (Mac 10)", 20000, 2}, //28
{"Iљlikimo su Rpg", 5000, 3}, //35
{"Iљlikimo su Country rifle", 15000, 4} //33
};
Код:
Pav = Eventai[random(sizeof(Eventai)][0]; Prizas = Eventai[random(sizeof(Eventai)][1]; Koks = Eventai[random(sizeof(Eventai)][2];



