Quote:
|
Originally Posted by falco10291029
Lol ok then i have a question, what flags will work serverside?
i know the following flags work:
playertouchsme
action-action-
seems a bit lacking, what others work serverside without using a triggeraction??
|
Most things work both clientside and serverside. Because there is no actual creation of the NPC serverside, you can not do if (created) on the serverside, which is why most people call a triggeraction if (created) to perform the function serversided. The list of things that work both serverside and clientside is much larger than the list that won't work on one or the other, and it's best that you play with these things for yourself rather than ask people. Just go through, test the action and have it to sendtorc, simple as that. While we are generally very knowledgable at scripting, there are a million other things we focus on and have lives, so it's not always easy to remember a list of things that won't work, as most of them are easy enough to figure out. There are always multiple ways to perform the same task, so just play around with some scripts (don't EVER put timeout of .1 serverside or I will revoke this statement, lol) and you will have much better results than asking us a hundred questions.
-Projectshifter