I'm trying to get my plugin to change the array number.
Code:
#define MAXFRENQUENCY "20"
new frequency[MAXFREQUENCY]
i've got my array size.
I'm trying to check what the player had as a number.
Code:
public freq_up(id) {
new i
get_array( i, frequency, MAXFREQUENCY)
for ( i < 0; i == frequency[MAXFREQUENCY]; i++)
now i looked up a couple of other plugins and im not too sure what the i++ does but i believe that this will check the array number right?
__________________