
08-17-2011, 03:33 AM
|
|
Kevin Azite
|
 |
Join Date: Sep 2005
Posts: 1,489
|
|
|
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(",")) |
|
|
|