Yes, I have used it before. I still think it's easier to use player index's then typing in names. That looks more complicated that just typing \pl and \t # teleporter name or \t # x y z.
Printable View
Yes, I have used it before. I still think it's easier to use player index's then typing in names. That looks more complicated that just typing \pl and \t # teleporter name or \t # x y z.
lol... wow.
If you already have the location saved. You don't have to type the x y z in.
\t 1 red_base
rec0 is 100% more efficient.
Depending on the name, typing the name in could be slower then getting the player index.
It's not like it takes that long to type in \pl.
they're both unstable, however SAPP lags because in his eventsystem, terminator is POLLING for changes, anyone who is a coder will know that POLLING for changes is looping through data waiting for a change, this is using up resources, however the better way would be to hook actual functions that are fired on an event, obviously this can cause problems when you have a big event, however using the event system is sapp will cause more problems as it is in a seperate thread and that will cause memory r/w conflicts.
hence rec0's app is the better choice for now.
Then hurry up and finish your server app...
Also, kinda sad that we were fighting about what server app lets you be more lazy.
Try out Abyll's server app if you want, it's better than SAPP but I still don't think it's quite as good as the Devicator. The thing that sets the Devicator apart from most of the other server applications is the fact that it uses a database to store information. Which lets you use name shortcuts and such, the ability to use player names as opposed to <playerindex> also helps a lot.