Thread: Get a message
View Single Post
  #1  
Old 01-17-2011, 04:12 AM
Twaina Twaina is offline
Registered User
Join Date: Dec 2010
Posts: 59
Twaina has a little shameless behaviour in the past
Red face Get a message

So I made a script that works but I need to change something and do not come on please help me;! (

Quote:
PHP Code:
function onPlayerChats()
  {
  if (
player.chat != "/prhelp");
  if (
hasweapon(PrHelp)){
    
say2("You send a message!");
    {
      return;
    }
    
sendtorc("People need PR help!");
      if (
hasweapon(PrTag)){

        
say2("People need PR help!");
      }
    }
  } 
Just as I do that so if the players chat / prhelp
The ones with the Weapon PrTag get a say2 message where stand as a Text"People need help!"
Please help : (Thanks
Reply With Quote