View Single Post
  #6  
Old 01-21-2006, 10:17 PM
Arex
Hill Giant
 
Join Date: Jul 2004
Posts: 196
Default

anybody could to do a windows compile with it? thx, u also need add any few lines on command.cpp:

command_add("zone_player","[zonename]- Go to specified zone",50,command_zone_player) ||

and command.h after "//commands":

void command_zone_player(Client *c, const Seperator *sep);

I am not sure if i need add any thing more for the new command works..
Reply With Quote