Quote:
Originally Posted by xAndrewx
HTML Code:
//#CLIENTSIDE
function onKeyPressed(code, key) {
if (temp.key == "a") {
player.setani("gani name here", null);
}
}

|
You don't need the player. before setani(string,string)

Atleast I never have and I've never seen it like that.