View Single Post
  #3  
Old 05-12-2013, 09:54 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
How about doing it when they log back on instead? Changing a players level when they leave the game seems silly.

PHP Code:
function onPlayerLogin(pl) { // player object that logged on
  
if(pl.level.name == "s64club_pacman_event.nw") { 
    
pl.setLevel2("fakewnabezone.gmap",30,30);
  } 
e; lol ckb beat me to it aminute (probably seconds) apart
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you

Last edited by Deas_Voice; 05-12-2013 at 09:57 PM.. Reason: o.o
Reply With Quote