A wierd problem with the warnings
#5

pawn Код:
//In your enum:

#define MAX_SPIKES 50

enum spikes
{
    // your variables
}
new SpikeInfo[MAX_SPIKES][spikes];

// then you can use it like:
for(new i = 0; i < MAX_SPIKES; i++)
Reply


Messages In This Thread
A wierd problem with the warnings - by mzazon - 15.11.2013, 22:49
Re: A wierd problem with the warnings - by knackworst - 15.11.2013, 22:55
Re: A wierd problem with the warnings - by dannyk0ed - 15.11.2013, 22:55
Re: A wierd problem with the warnings - by mzazon - 15.11.2013, 23:09
Re: A wierd problem with the warnings - by -Prodigy- - 15.11.2013, 23:33
Re: A wierd problem with the warnings - by mzazon - 16.11.2013, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)