Quote:
|
Originally Posted by contiga
You can also do:
join( "class");
//#CLIENTSIDE
function onCreated() {
class::functionhere(<>params);
}
and inside the class you do
function functionhere(<>params) {
player.chat = params;
}
Might be more organized, so if you have a few joined classes, you know exactly at what one to look to modify or look up the function's script.
|
Why the hell do you put that damn space there >:[