Jump to content
Sign in to follow this  
ra1n0fpa1n

Negative Value Not Working On a Dedicated Server

Recommended Posts

im having a problem where i cannot subtract a value on a dedicated server but i can add for instance im using

It Does not seem to subtract the score

{_x addscore -1;} forEach thislist;

But if i use

{_x addscore 1;} forEach thislist;

It will add The score

anyone know how to make the subtractions work?

Edited by ra1n0fpa1n

Share this post


Link to post
Share on other sites

What have you defined as thislist? Make sure activation is not set to "NONE".

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×