View Single Post
  #2  
Old 10-28-2001, 05:51 AM
6Burning6Church6 6Burning6Church6 is offline
Chance Mercy
Join Date: Oct 2001
Location: Coral Springs, Florida
Posts: 280
6Burning6Church6 is on a distinguished road
Re: new playerworld scripting (not advertising)

Quote:
Originally posted by Warcaptain
hey, does anyone know exactly what has changed with server.flags and server.strings...

isnt it so that you can only setstring for server strings taht already exist?

cuz whenever i set something it always dissapears :-(
What do you mean exactly? Setstring don't work for you?

Try this:

if (playerenters){
setstring server.test,test account #a;
}

Correct: setstring server.test,test account #a;
Incorrect: setstring server.test=test account #a;
__________________

- American Pride
"We will stop terrorist TOGETHER." - President Bush
Quote:
Originally posted by Stefan
Oh that can happen because of stupid coding,
people doing stuff like

if (playertouchsme)
toweapons I am a dumb scripter
}

forgetting the ;
"Never argue with a idiot, or they'll be you by experience."
- So that means don't argue with me.
Reply With Quote