Thread: Small question
View Single Post
  #3  
Old 09-22-2001, 07:48 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
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));

:[
Reply With Quote