
05-31-2006, 04:48 AM
|
|
Banned
|
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
|
|
Join Class Clientside
|
//#CLIENTSIDE
function onCreated() {
this.guild = "Test";
join("guildcomp");
}
How come in the class on clientside, if I am to do
//#CLIENTSIDE
function onCreated()
player.chat = this.guild;
Nothing happens..? I can't have clientside classes w/ flags set? I am pretty sure CheeToS said you could. |
|
|
|