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;