Thread: Showing flags
View Single Post
  #2  
Old 12-29-2012, 06:36 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by Trakan View Post
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.
Reply With Quote