i still got the same prob , i'm adding /go 7 with this guide
http://forum.ragezone.com/rose-releases/release-go-7-prison-crashinside-236785.html#post2107782
i just coppied this
else if (loc == 7)
{
map = 63;
x = 5407;
y = 4481;
}
else
{
char line0[200] = "Please input a number after the go command, below is a list of places and their appropriate number";
char line1[200] = "1 = Adventurers plains | 4 = The city of Eucar";
char line2[200] = "2 = The city of Zant | 5 = Xita Refuge";
char line3[200] = "3 = Junon Polis | 6 = Training grounds";
char line4[200] = "7 = Prison";
char line5[200] = "Example; /go 3";
SendPM(thisclient, line0);
SendPM(thisclient, line1);
SendPM(thisclient, line2);
SendPM(thisclient, line3);
SendPM(thisclient, line4);
SendPM(thisclient, line5);
}
if( (x != 0) && (y != 0) && (map != 0) )
{
and paste below the elloc 6