I Help you... add me on Skype: michalspurny1
Buy mushrooms button is not that big thingy, you have just go to the normal sfgame site for example s1.sfgame.us then copy the client_cfg.phpQuote:
Tulyita hide your files! :D Now i have thanks to your client_cfg buy mushrooms button :D Thank you very much :D :D :D
[Only registered and activated users can see links. Click Here To Register...]
Woah, you programmed it? :) Cool.Quote:
I only made this working
[Only registered and activated users can see links. Click Here To Register...]
But idk how to move items i want :/
You just have items that you have in your inventory just simpleQuote:
Woah, you programmed it? :) Cool.
case $ACT_MOVE_COPYCAT_ITEM : //move item in tower //not working $db_data = loadDefaultData (); $ret [0] = $RESP_MOVE_TOWER_ITEM . $ret [0]; $ret [0] = "102" . $ret [0];
wtf ? why you are using $db_data = loadDefaultData (); if you don't use any mysql query ?Quote:
You just have items that you have in your inventory just simple
Im going to try to save itemsCode:case $ACT_MOVE_COPYCAT_ITEM : //move item in tower //not working $db_data = loadDefaultData (); $ret [0] = $RESP_MOVE_TOWER_ITEM . $ret [0]; $ret [0] = "102" . $ret [0];
And where do you get the numbers for RESP functions?