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.