Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-18-2011, 10:32 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Admin Message System

I know its fairly simple, but still useful.
Any feedback is appriciated.
PS: for players to broadcast there account needs to be in this.allowed.

PHP Code:
function onActionServerSide() {
  if (
params[0] == "send") {
    for (
temp.plallplayers) {
      
temp.pl.triggerclient(this.name"recieved"params[1]);
    }
  }
}

//#CLIENTSIDE
function onCreated() {
  
this.allowed = {
    
"Graal780374"
  
};
}

function 
ChatBar.onAction() {
  if (
ChatBar.text.starts("/adminmessage")) {
    if (
player.account in this.allowed) {
      
triggerserver("weapon"this.name"send"ChatBar.text.substring(14));
      
shared.chat("");
    }
  }
}

function 
onActionclientside() {
  if (
params[0] == "recieved") {
    
shared.adminMessage("<center><b><font size=15>Broadcast Message</b></font><br><font size=14>" params[1]);
  }

__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote
  #2  
Old 09-18-2011, 11:37 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
That account check really should be serverside...
Reply With Quote
  #3  
Old 09-18-2011, 12:01 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Yeah so that haxors cant change it using memory editors, forgot to do that.
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote
  #4  
Old 09-18-2011, 06:39 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Besides the serverside check, onActionclientside should be onActionClientSide and recieved should be spelled correctly (received). Those are the only issues I see, nice work.
__________________
Reply With Quote
  #5  
Old 09-19-2011, 09:49 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
LOL i mispelt received. oh how dumb i feel.
and does the capitalization of onActionClientSide actually affect anything?
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote
  #6  
Old 09-19-2011, 09:59 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Gunderak View Post
LOL i mispelt received. oh how dumb i feel.
and does the capitalization of onActionClientSide actually affect anything?
No, it's only for consistency.
__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:13 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.