View Single Post
  #63  
Old 03-14-2010, 09:48 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
HTML Code:
function onActionGrab() { 
  if (clientr.SquadName == "La Carmelas") { 
    setlevel("vega_kody-house-inside.nw", 30, 30); 
  } else {
    setlevel("vega_staff-meeting,nw", 20, 20); 
  }
}
This uses the else feature, and you only need one function (onActionGrab)
__________________
Reply With Quote