View Single Post
  #1  
Old 01-30-2005, 06:49 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Unhappy Flags and Variables: Troubles...

Hello ive been trying to make a basic event token system for online.
It works but when i reconnect it doesnt save the variable therefore the new string overwrites it as 0. Can you help me with my situation.


PHP Code:
// NPC made by Jerret

//#CLIENTSIDE
if (created||timeout) {
setstring client.stokens,#s(client.tokens);
showtext 1000,screenwidth-630,screenheight-330,Arial,bold,Event Tokens#v(tokens);
changeimgzoom 1000,0.8;
changeimgcolors 1000,0,255,0,1;
changeimgvis 1000,5;
setstring client.tokens,#v(tokens);
timeout=.1;

__________________
Quote:
Reply With Quote