View Single Post
  #5  
Old 03-17-2004, 05:59 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Erm it's easy

NPC Code:

//#CLIENTSIDE
if (keybispressed){
triggeraction 0,0,serverside,open_door;
}



NPC Code:

if (actionserverside){
if (strequals(#p(0),open_door)){
open_door();
}
}
//#CLIENTSIDE
function open_door(){
OPENTEH FIRGGEN DOOR K?
}

__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote