[BUG] This is freaking me out
#10

That one was correct but bad written

Quote:
Originally Posted by WackoX
Quote:

new GunPrice[12][1] = {
{500}, //parachute
{500}, //sdpistol
{3000}, //deagle
{2500}, //mp5
{3000}, //shotgun
{5000}, //m4
{1000}, //rifle
{25}, //pistolammo
{40}, //shotgunammo
{25}, //smgammo
{40}, //assaultammo
{50} //rifle
}; // Line 1407

Here would be a better version

pawn Код:
new GunPrice[] = {
500, //parachute
500, //sdpistol
3000, //deagle
2500, //mp5
3000, //shotgun
5000, //m4
1000, //rifle
25, //pistolammo
40, //shotgunammo
25, //smgammo
40, //assaultammo
50 //rifle
};
And if you get errors, its not this code
Reply


Messages In This Thread
[BUG] This is freaking me out - by Rand_Omar - 19.03.2010, 14:03
Re: [BUG] This is freaking me out - by WackoX - 19.03.2010, 14:10
Re: [BUG] This is freaking me out - by [cA]Unforseen - 19.03.2010, 14:10
Re: [BUG] This is freaking me out - by Rand_Omar - 19.03.2010, 14:13
Re: [BUG] This is freaking me out - by [LSR]State_Trooper - 19.03.2010, 14:14
Re: [BUG] This is freaking me out - by smeti - 19.03.2010, 14:15
Re: [BUG] This is freaking me out - by [cA]Unforseen - 19.03.2010, 14:17
Re: [BUG] This is freaking me out - by [LSR]State_Trooper - 19.03.2010, 14:25
Re: [BUG] This is freaking me out - by [cA]Unforseen - 19.03.2010, 14:26
Re: [BUG] This is freaking me out - by Nero_3D - 19.03.2010, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)