Mirage Source
MS4 Guils System? - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: MS4 Guils System? (/showthread.php?tid=2487)



MS4 Guils System? - timster0 - 12-01-2009

Could someone program a simple guild system for MS4 please. I'd like it to be simple because I like to add on to code, I'm just not good at starting stuff from scratch.


Re: MS4 Guils System? - Matt - 12-01-2009

timster0 Wrote:Could someone program a simple guild system for MS4 please. I'd like it to be simple because I like to add on to code, I'm just not good at starting stuff from scratch.

A simple system would be to save the player's guild name, the same way as you save the player's name, and then go on from there.


Re: MS4 Guils System? - timster0 - 13-01-2009

Heres what I mean by simple:
-commands:
/create guild
/invite (/accept and /leave)
/leave
-Guild name above a players head, can't be the same as another.
-2 access's (member and Leader)


Re: MS4 Guils System? - Matt - 13-01-2009

I just told you how to start that. All you have to do is look at basic code in MS to finish it.


Re: MS4 Guils System? - timster0 - 13-01-2009

oh, ok. thx.