Quote:
Originally Posted by Trakan
Hey all!
I'm in little troubles.. i use the DustyPorViva's custom movement system and i want to set my own ganis (i.e clientr.idle),
i have this
PHP Code:
player.ganis = {"#s(clientr.gani)","walk","grab","pull","push","sit","swim"};
"#s(clientr.idle)", i want to set the flag, but it's doesn't work  ..
Thanks for answering!
|
PHP Code:
temp.ganis = {clientr.gani,"walk","grab","pull","push","sit","swim"};
#s is GS1 not GS2... also dont use "" for when using variables.. "" is for strings.