Slow Commands?
#1

I'm getting terrible server speeds when using my commands. The register and login ones before the player spawn work fine, but the simplest of ones like /kill take ages to actually do anything... Except the rare occasion when it does instantly.

It seems that often if I type a command, then minimize San Andreas, the command processes when I open up SA again the effects are in place. But I'm not sure why.

Computer Speed = Crap, but enough to run a high speed localhost, for sure.
Internet Speed = Also crap, but again.. Enough to connect to myself fast.

I'm hosting it on my computer and connecting through SAMP. Both the localhost address and the IP Address have the same speed. Respawning works fine and fast.


Sample of the simplest of my commands:

Code:
CMD:kill(playerid, params[])
{
  return SetPlayerHealth(playerid, 0.0);
}
Why would that be slow? ... Also it seems to spawn me 1000ft in the air if I use that command.
Reply


Messages In This Thread
Slow Commands? - by Deji - 04.05.2010, 11:52
Re: Slow Commands? - by M4S7ERMIND - 04.05.2010, 13:01
Re: Slow Commands? - by Deji - 04.05.2010, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)