figured out the problem I think, first is i got that warning becuase it needs a variable or it will tell me its dumb to do something like that. Then the first time when it didnt work was because modulus cant work if the number before the modulus is smaller. I think from running tests.
However I also get this whenever I do modulus (%) or division (/). First it will tell me to put debug at the end of my plugin in plugins.ini. When I do that it tells me this on the line where I use modulus or division
Code:
L 08/17/2008 - 01:31:50: [AMXX] Run time error 11: divide
Anyone know why or have anything they can tell me about it. If you need an example the example is what I had above 16 % 2 when I replace with variables and whatnot and get it to work I get that error, same with if I did regular division.