Hi all ,
I am trying to code a custom ban ..there i want to replace %bantime% with bantime .
So i used
replace_all(str, 127, "%bantime%", dBanTime)
But as its a number i think because of it I am getting the below error.
Quote:
|
error 035: argument type mismatch
|
Any idea how to replace that ?