24.02.2015, 14:24
Hello. I made myself command checkoffplayer and I store player info banned into a variable abanned[1] which I load with ini_fileparse and I want to make
if(abanned[1] == 1) so if banned variable hold the banned pinfo so I was thinking if abanned is 1 then it send message player is banned but the problem is that it gives me array size must be indexed abanned
if(abanned[1] == 1) so if banned variable hold the banned pinfo so I was thinking if abanned is 1 then it send message player is banned but the problem is that it gives me array size must be indexed abanned