Quote:
|
Originally Posted by TB3
Gah, im having trouble using strings and flags offline its like they dont work at all O_o
Im used to working with stuff online.... how in gods name do you make a flag offline such as how many targets are left that will work in more than 1 level when it is decreased and can be read by everything in level (OFFLINE) ?? O_o
Its probably a realy simple answer that I have just overlooked but this thing is being a pain ....
client.var isnt working local.blah isnt working. .... regular-=1 isnt working and its starting to get old.
See I have targets around the levels and you shoot them and a counter decreases... its not working.... gah need sleep
edit* its like all the flags act like current level flags no matter what O_o
|
You can't just set a player flag?
Targets==2;
Targets-=1; ?
Have the counter read the player flag?
(test it out using the flags list, so you know if it's the flags or the script or what)