Check a server value within a plugin
Discussion in 'Rust Development' started by TheRotAG, Feb 3, 2015.
-
Wulf Community Admin
Try either:
orCode:if global.server.radiation == true
I'm not sure if it's a string or a bool.Code:if global.server.radiation == "true"
-
bool
tnx
