View Single Post
  #14  
Old 05-17-2008, 11:55 PM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
It only shows on my screen now.

BTW: it wouldnt show up my screen if _type wasnt allowed

PHP Code:
function onCreated() {
  
leapcontrol this;
}

public function 
drawLeap(_typepositionxpositiony) {
  
triggerclient("weapon",this.name,"leap",_type,positionx,positiony);
}

//#CLIENTSIDE
function onActionClientSide()
{
  if(
params[0] == "leap")
  
putleaps(params[1], params[2], params[3]);

Reply With Quote