Quote:
|
Originally Posted by KuJi
Hmm, can someone post a small portion of a script using makevar with some sort of output? I could probally get it then, else, I've heard about 15 diff things lol.
|
Simplest Example:
PHP Code:
function onWeaponFired() {
this.orangeboogaloo = "hahahhaha";
player.chat = makevar("this.orangeboogaloo");
}