In need of a small script made..
#7

Quote:
Originally Posted by Jack_Leslie
Посмотреть сообщение
I got invalid decloration on:
Код:
new Weapons[][_weapons] = {
    {'colt45',22,1,500},
    {'mp5',29,2,1500},
    {'shotgun',25,2,2000},
    {'deagle',24,3,10000},
    {'rifle',33,3,12000},
    {'m4',31,3,20000},
    {'ak47',30,3,30000},
    {'spas12',26,3,65000},
    {'sniper',34,3,200000},
    {'rpg',35,15,20000000}
};
Maybe because its like this
pawn Код:
new Weapons[11][_weapons] = {
{'colt45',22,1,500},
    {'mp5',29,2,1500},
    {'shotgun',25,2,2000},
    {'deagle',24,3,10000},
    {'rifle',33,3,12000},
    {'m4',31,3,20000},
    {'ak47',30,3,30000},
    {'spas12',26,3,65000},
    {'sniper',34,3,200000},
    {'rpg',35,15,20000000}
This should work if im not wrong.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)