bool pakGMHelp ( CWorldClient* thisclient ); //Shows a list of all gm commands
bool pakGMInfo ( CWorldClient* thisclient, char* name ); //info about a player
bool pakGMTeleToPlayer ( CWorldClient* thisclient, char* teleto_name); //tele to any player
bool pakGMTeleToMe ( CWorldClient* thisclient, char* teletome_name); //tele any player to you
bool pakGMSetMonSpawn ( CWorldClient* thisclient, int monid, int moncount, int monrespawntime );
//spawn mobs at your place, and put this into the list_spawnareas
bool pakGMKillInRange ( CWorldClient* thisclient, int range ); //lil gm aoe

bool pakGMNpc ( CWorldClient* thisclient, int npcid ); //spawn a NPC
bool pakGMClass ( CWorldClient* thisclient, char* classid ); //change your job (relog needed)
bool pakGMShutdown ( ); //save everything and then close the server