...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])));
}