View Single Post
  #7  
Old 01-02-2007, 03:55 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Well, I am using a class for the shop, when someone's trigger the 'buy' button,

it goes serverside and checks if player has money and such, then it joins from that
class to a other class ( join( "mud_functions"); mud_functions::addArc( params); )

I have a echo in 'mud_functions', it saves the file, and then I load the file in the same class, and it echoes correct..
and the does sendtorc( /refreshfilelist");

But, when I use a wnpc, or an other class to load the file, and echoes what I changed inside 'mud_functions' it displays the old values of the file..



Well, I hope someone can help
__________________
Reply With Quote