Javascript:
//#CLIENTSIDE
function onCreated()
{
  temp.playertext = "I'm talking!";
  player.chat = temp.playertext;
  echo($pref::audio::choosenvoicecodec);
  doSomething();
  doSomething(with, parameters);
  for(temp.i = 0; temp.i < 5; temp.i ++) { execute(temp.i); }
  with(findPlayer("LoneAngelIbesu")) {
    player.hp = 0;
  }
}

PHP:
//#CLIENTSIDE
function onCreated()
{
  temp.playertext = "I'm talking!";
  player.chat = temp.playertext;
  echo($pref::audio::choosenvoicecodec);
  doSomething();
  doSomething(with, parameters);
  for(temp.i = 0; temp.i < 5; temp.i ++) { execute(temp.i); }
  with(findPlayer("LoneAngelIbesu")) {
    player.hp = 0;
  }
}



CategoryWiki

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki