View Single Post
  #13  
Old 06-07-2003, 08:11 PM
Guest
 
Posts: n/a
Default

...compiled now, thanks

... You have to use a zone number and I ended up having to change the code:
Code:
		        else if (strstr(strlwr(arglist[0]),"movepc") && numargs == 4) { 
                                        client->MovePC((atoi(arglist[1])),(atoi(arglist[2])),(atoi(arglist[3])),(atoi(arglist[4]))); 
                        }
Reply With Quote