Quote:
	
	
		| 
					Originally Posted by cbk1994  Be sure to convert that to GS2... 
You don't need #v, just (for example):
 
	PHP Code: 
		
			
profilevars=Level:=clientr.level,HP:=clientr.hp 
 
What do you mean, like download them? Just displaying the animations will download them, but if you really want you can use update packages . | 
	
 Ok, well, my script is clientside, so that means the server can't GET my clientr.level, right? I need to find some way for for the server to read my clientside variables..
If I join a class to a clientside script, does everything in that class become clientside as if it waste pasted into the class? I am trying to think of another way to split this script so I can maintain my clientside timeouts but have my variables accessible by the server...
Also, I have another problem that is whenever more than one person is on my server, (having the -Player weapon), ONE part of my interface is duplicated in the center of the screen... it's only the one part, and everything else works as intended.. 
