mIRC Homepage
Posted By: raven124 if statement problem need help - 14/06/14 08:13 PM
so for this if statement $2 is a nick but i dont know how i would have it check to see if nick 2's points are 0-20 i already have a an if statement checking to see if nick 1 has a certain amount of points to do the command.

if ($2 %points isnum 0-20) {

heres the whole code code script

http://pastebin.com/Uw9u3BiA
Posted By: blessing Re: if statement problem need help - 15/06/14 04:46 AM
it should be
Code:
if ($readini(points.ini,$+(#,.,$2),points) isnum 0-20) {
Posted By: raven124 Re: if statement problem need help - 16/06/14 02:09 AM
thank you so much
© mIRC Discussion Forums