View Single Post
  #11  
Old 05-06-2008, 02:35 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
I mean, I don't know, maybe I'm being silly, maybe it defeats the object, but I'd rather use the built in guild functionality?

PHP Code:
addguildmember(guild,account,nick);
//adds player to a guild (server-side)
removeguildmember(guild,account,nick);
//removes a player from a guild (server-side)
removeguild(guild);
//deletes a guild (server-side) 
__________________

Reply With Quote