View Single Post
  #5  
Old 09-29-2006, 06:05 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
save[0] ... save[9]

example
PHP Code:
function onCreated(){
  if(
save[0] == 1) echo("Debug: String was saved");
}
//#CLIENTSIDE
function onCreated() save[0] = 1
__________________


Last edited by ZeroTrack; 09-29-2006 at 06:16 PM..
Reply With Quote