View Single Post
  #8  
Old 08-26-2011, 11:34 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Fixed. Added to first post.
PHP Code:
function onActionServerside() {
this.allowed = {
    
"McChucken",
    
"Other community name"
  
};
  if (
params[0] == "addflags")
    if (
player.communityname in this.allowed) {
      
serverr.(@params[1]) = params[2];
    }

__________________
Reply With Quote