View Single Post
  #5  
Old 08-02-2011, 10:14 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by Gunderak View Post
in the time i posted it i have figured out how to change the stats but i think maybe by setting a serverside flag youd be able to display it? like
PHP Code:
if(checkbox_1.checked == true){
server.checkbox1=
then
PHP Code:
function onActionServerSidecmd ){
  if ( 
cmd == "SendFeedback" ) {
  echo(
"TESTING"@server.checkbox1);
  }
  } 
maybe thatd work il have to experiment.
this wouldn't be a good idea since you'd have to be constantly chjecking to see if a server var changed, and it wouldn't be unique to the players. You should be using a triggerserver to send the data and store it on the server.
Reply With Quote