View Single Post
  #1  
Old 04-29-2011, 05:38 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
Exclamation Rc chat system. HELP!

Hi i am trying to make a script where normal players can chat on RC by starting there message with //

PHP Code:
//#CLIENTSIDE 

function onPlayerChats() {
    if (
player.chat.starts("//")) {
        
SendToRc(temp.player.chat);
    }

i think its the temp.player.chat bit but can somebody help please?

thanks in advance!
__________________

Last edited by Emera; 04-29-2011 at 08:01 PM..
Reply With Quote