I started on Summon Pkz..And I tried alot of things, just cant get
Code:
setTab(p, 75, 274); // Quest tab
p.frames.setString(p, "", 274, 5);
p.frames.setString(p, " <col=11cc11><u>Runebay 508</u></col>", 274, 6);
p.frames.setString(p, "Forums: <col=66ffff>http://runebay.net/", 274, 7);
p.frames.setString(p, "", 274, 8);
if(p.rights == 0) {
p.frames.setString(p, "Rank:"+" "+" "+"<col=66ffff>Player", 274, 9);
} else if (p.rights == 1) {
p.frames.setString(p, "Rank:"+" "+" "+"<col=66ffff>Moderator", 274, 9);
} else if (p.rights == 2) {
p.frames.setString(p, "Rank:"+" "+" "+"<col=66ffff>Administrator", 274, 9);
}
p.frames.setString(p, "Username:"+" "+" "+"<col=66ffff>"+p.username.substring(0, 1).toUpperCase() + p.username.substring(1), 274, 10);
p.frames.setString(p, "", 274, 11);
p.frames.setString(p, " <col=11cc11><u>Most recent update:</u></col>", 274, 12);
p.frames.setString(p, "<col=66ffff>Godwars added...", 274, 13);
To SHOW!
it stays blank