View Single Post
  #6  
Old 09-29-2006, 08:57 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by ZeroTrack View Post
save[0] ... save[9]

example
PHP Code:
function onCreated(){
  if(
save[0] == 1) echo("Debug: String was saved");
}
//#CLIENTSIDE
function onCreated() save[0] = 1
Save never works for me =(
Reply With Quote