View Single Post
  #14  
Old 10-05-2006, 07:04 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Quote:
Originally Posted by Chompy View Post
hmm, would be cool too break through serverside from clientside and vice versa

liek:
PHP Code:
function bahOnServerside(textmorestuff)
  return (
text SPC more SPC stuff);
//#CLIENTSIDE
function onPlayerChats()
{
  if (
player.chat == "ommg")
  {
    
// text = 0  more = 1  stuff = 2              {     1    }  { 2 }  {  3  }
    
info getServersideFunction(bahOnServerside"parametres""lol""etc..");
    
player.chat info// would return "parametres lol etc..."
  
}

or something liek that
yes it would o_O
__________________
Reply With Quote