Quote:
int( var ) the integer value of a variable (truncates the floating point part)
|
ok i got this far

but i don't know how to properly do it like
setstring server.random,int(random(1,5));
i tryed like that
and
setstring server.random,#v int(random(1,5));
and
setstring server.random,i#v,int(random(1,5));
:[