Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #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
  #2  
Old 01-30-2005, 07:33 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
You need to be setting the string for tokens serverside.

You'll want to use a clientr.string (writable from serverside but viewable on clientside as well).
Reply With Quote
  #3  
Old 01-30-2005, 08:44 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
replace the variable with a string as well
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:21 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.