View Single Post
  #4  
Old 09-30-2010, 03:18 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
then stuff like this could be easily done.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
// Hook Level-link Function
  
hookEvent(HOOK_CHANGELEVEL"onChangeLevel");
}

function 
onChangeLevel(lvlxy) {
  
stupidFadeEffect();
  
waitfor(this"Faded"1.5);
  
warpPlayer(lvlxy);

__________________
Quote:
Reply With Quote