View Single Post
  #4  
Old 08-23-2008, 04:31 AM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Tigairius View Post
PHP Code:
function onActionserverside(action) {
  switch (
action) {
    case 
"warp":
      if (
timevar2 player.local.waittime 60) {
        
setlevel2("onlinestartlocal.nw"3030);
        
player.local.waittime timevar2;
      }else
        
player.chat "Not ready yet.";
     break;
  }
}
//#CLIENTSIDE
function onWeaponFired() {
  
triggerserver("gui"this.name"warp");

Why don't you try something like this?
A very basic version but he also wants a cool down period, which would be easily implemented using you code
Reply With Quote