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