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..
|