View Single Post
  #2  
Old 12-27-2004, 02:09 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Weapons:
NPC Code:
if (actionserverside) {
sendtorc Test;
}
//#CLIENTSIDE
if (created) {
triggeraction 0,0,serverside,<weapon name goes here>;
}



NPCs:
NPC Code:
if (created) {
setshape 1,32,32;
}
if (actionwhatever) {
sendtorc Test;
}
//#CLIENTSIDE
if (created) {
triggeraction x+1,y+1,whatever,;
}

Reply With Quote