
10-05-2006, 07:04 PM
|
Registered User
|
 |
Join Date: Sep 2004
Posts: 5,260
|
|
Quote:
Originally Posted by Chompy
hmm, would be cool too break through serverside from clientside and vice versa
liek:
PHP Code:
function bahOnServerside(text, more, stuff)
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 |
|
|