Help for new Eventai[][]=
#6

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
pawn Код:
new Eventai[4][3]= // the [4] will be for the amount of weapons you listed in there
// the 3 is for the first, second and 3rd case between the '{ }'
{
    {"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
};
Try that, that should work if im right
now:

Код:
C:\Documents and Settings\Vartotojas\Desktop\Old Stunting World\filterscripts\events.pwn(18) : error 018: initialization data exceeds declared size
C:\Documents and Settings\Vartotojas\Desktop\Old Stunting World\filterscripts\events.pwn(64) : error 033: array must be indexed (variable "Pav")
error from:

Код:
Pav = Eventai[random(sizeof(Eventai))][0];
Reply


Messages In This Thread
Help for new Eventai[][]= - by Stuneris - 09.10.2011, 08:56
Re: Help for new Eventai[][]= - by nilanjay - 09.10.2011, 09:01
Re: Help for new Eventai[][]= - by Karlip - 09.10.2011, 09:07
Re: Help for new Eventai[][]= - by Stuneris - 09.10.2011, 09:30
Re: Help for new Eventai[][]= - by Wesley221 - 09.10.2011, 09:33
Re: Help for new Eventai[][]= - by Stuneris - 09.10.2011, 09:34

Forum Jump:


Users browsing this thread: 3 Guest(s)