View Single Post
  #1  
Old 12-27-2004, 02:00 PM
googleman googleman is offline
Registered User
googleman's Avatar
Join Date: Dec 2003
Location: Seattle, WA
Posts: 96
googleman is on a distinguished road
Triggeraction not working.

So I was coding for my server when triggeraction stops working.

I look over my code trying to find a solution, but the code runs ignoring the triggeraction.

After looking for about two hours I decide to view code that I made a while which I know works, and it doesn't... Not offline nor online.

I am quite tired so I might be doing something wrong, but I made this test npc which didn't work:

NPC Code:
if (actionserverside) {
sendtorc Test;
}

//#CLIENTSIDE
if (created) {
triggeraction x,y,serverside,;
}



Looks good to me.. For some reason it doesn't work.
Reply With Quote