ok nice ...
but if i change str to num
a=1
b=2
c=4
d=8
ok and so on.....
in the if part.....
"0" is there also n string so i must change it also in an nummer it will by something like 4000 or mor
is it posible to make (to find the string easyr)
Code:
if (numvar == str_to_num("0")){
//numvar is 0
client_cmd(id,"say numvar is 0")
return PLUGIN_HANDLED
}
is this right or wrong ???