View Single Post
  #1  
Old 04-05-2006, 06:24 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
player.loadvars(path)

does not work

i am guessing for security purposes.. but this needs to be modified.
lets say this is a file..
[code=Contents of levels/file.txt]
clientr.var1=244
account=Boop
[/code]

and if i do player.loadvars("levels/file.txt") it should pretty much set player.clientr.var1 to 244 (setting the flag) but not do account (because thats a reserved variable)

but it should allow to create new or modify custom variables

k fix this

thx
Reply With Quote