View Single Post
  #13  
Old 12-28-2006, 04:00 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by _Z3phyr_ View Post
*shrug* anyway instead of making a new thread how about I pose another question?

How does...
PHP Code:
if (playerleaves) { 
... translate into GS2?

I know it ain't
PHP Code:
function onPlayerleaves() { 
so what is it?!
Since GS2 is function onEVENTNAME(params) {

It would be

PHP Code:
function onPlayerLeaves() {
// ...

Quote:
Originally Posted by _Z3phyr_ View Post
I know it ain't
PHP Code:
function onPlayerleaves() { 
It has to be :P
Playerleaves is an event, and read above :P
Reply With Quote