Whenever I walk into an inventory station, I get a sound and a message that says "You're remoteeval spamming the server. Wait 5 seconds." This only happens when I fully walk into an Invo, not just up to access it via zappy. I have a script in my config to make me automatically turn around when I enter the Inventory station.
What can I do to keep the auto-turn around working but not remoteeval spam the server?
Thanks
<!>blankgirl
Remote eval spamming
Remote eval spamming
Lawlz wrote:I think everyone knows this since he posts pictures of himself after a fucked-up nights. XDS']['U wrote:DaJ4ck3L wrote:i love blank girl
You do know that blankgirl is a guy, right?
- <!>Taloney
- Posts: 14
- Joined: Sat Feb 06, 2016 1:23 am
- Location: In the Shadows of the Emerald City
Re: Remote eval spamming
The Turnaround when in Invo script shouldn't be the one spamming anything I got the same script and it never did that for me...
I would like to know if your using a dropper script of any kind?
I only receive those messages after I drop a few laser turrets after too little amount of time.
I would like to know if your using a dropper script of any kind?
I only receive those messages after I drop a few laser turrets after too little amount of time.
I was a complete immature dumb ass all those years ago... I'm very sorry for being that stupid guys
<!>Taloney'
<!>Taloney'
Re: Remote eval spamming
I'm not using a dropper script when this happens. There might be a dropper in my config. But if there is, I'm not using it<!>Taloney wrote:I would like to know if your using a dropper script of any kind?
blank
Lawlz wrote:I think everyone knows this since he posts pictures of himself after a fucked-up nights. XDS']['U wrote:DaJ4ck3L wrote:i love blank girl
You do know that blankgirl is a guy, right?
Re: Remote eval spamming
Post the turn around code, and if you have a dropper script, post that code too, even if you don't think it's the source of your problem.
I'll read em both and offer a solution.
I'll read em both and offer a solution.
Re: Remote eval spamming
Inventory Turn codeperrinoia wrote:Post the turn around code, and if you have a dropper script, post that code too, even if you don't think it's the source of your problem
Code: Select all
// Inventory Turn
// Written by Moss
Event::Attach(eventEnterStation, inv::turn);
function inv::turn()
{
schedule("postAction(2048, IDACTION_TURNLEFT, 0.33);", 0.01);
schedule("postAction(2048, IDACTION_TURNLEFT, -0);", 0.31);
}
Thanks,
blanks
Lawlz wrote:I think everyone knows this since he posts pictures of himself after a fucked-up nights. XDS']['U wrote:DaJ4ck3L wrote:i love blank girl
You do know that blankgirl is a guy, right?
Re: Remote eval spamming
It helps determine that this turning script is not the problem.
The problem is a script that causes too many remote function calls. Post-actions aren't counted.
Can you find "eventEnterStation" in any other script file?
The problem is a script that causes too many remote function calls. Post-actions aren't counted.
Can you find "eventEnterStation" in any other script file?
Re: Remote eval spamming
Yes. I found "eventEnterStation" in 4 files. GUI, Loadouts.acs, Station, and Inventory Turn.perrinoia wrote:Can you find "eventEnterStation" in any other script file?
blank
Lawlz wrote:I think everyone knows this since he posts pictures of himself after a fucked-up nights. XDS']['U wrote:DaJ4ck3L wrote:i love blank girl
You do know that blankgirl is a guy, right?
Re: Remote eval spamming
OK, my money's on Loadouts.acs, but if you post all 4, I'll let you know, for sure.
Re: Remote eval spamming
I'm pretty sure default 1.4 has a check box in the keybinds for automatically dropping repair packs when you enter a station. Go through all the options menus in game and see if anything like that is checked.
Re: Remote eval spamming
Maybe... But due to the fact that he claims it's not spewing anything, I'm willing to bet it's trying to buy something that isn't even in the mod he's playing.