Well I didn't see anything like this on ragezone so I thought i would post this myself. It's just a simple script that actually took my a while since I couldn't find the right command for checking a player's guild ID.
What this does is warps you to your guild hideout. If your not in the guild it gives you the else message./* Gangstas Guild Hideout Warper
*/
/*Made by Florio of Ragezone
*/
function start() {
if (cm.getPlayer().getGuildId() == 66) {
cm.warp(1010002, 0);
cm.sendNext("Have fun in Gangstas hideout!")
cm.dispose();
}
else {
cm.sendNext("Sorry your not in the guild #bGangstas.#k You can't go to their hideout.")
cm.dispose();
}
}
Change the name Gangstas to your guild name. Change 66 to whatever your guild ID is. You can get your guild ID in your mysql browser. Also change the map to whatever you want.
Personally i make people guild hideouts when they donate 5$ to my server. Yeah thats it have fun using it.



![[RELEASE] Simple Guild Hideout Script!](http://ragezone.com/hyper728.png)


