Quote:
Originally Posted by _Z3phyr_
*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_
I know it ain't
PHP Code:
function onPlayerleaves() {
|
It has to be :P
Playerleaves is an event, and read above :P