View Single Post
  #14  
Old 08-05-2002, 09:58 AM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
Quote:
Originally posted by Kyle_2002
Someone make a tutorial or make some examples on how to do it. Saying "That **** was e to the z" doesn't help anyone.
example.


//#CLIENTSIDE makes a part of the script clientside.

Now, if we were to make a warp ring, or something, this is how I would do it:

The weapon's name is WRing
NPC Code:
Triggeraction - Clientside and triggering serverside actions.


if (actionWRing){
setlevel2 level,x,y; //I think...
}

//#CLIENTSIDE
if (weaponfired){
triggeraction 0,0,WRing,; //(WRing, being the weapon's name
}

Reply With Quote