View Single Post
  #13  
Old 10-05-2006, 01:59 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
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
__________________
Reply With Quote