Quote:
Originally Posted by Mark Sir Link
in the onActionServerside portion of the script you should be verifying that the player who sent the trigger is actually someone you expect it to be, IE
if(player.account in serveroptions.staff.tokenize(","))
|
You should check
player.communityname, not
player.account, since for some reason Stefan decided that the new accounts have to have their community name in the staff list.