ItsMods

Full Version: iSnipe V2.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Good Job on the mod.

But if im the host and i die and i respawn i get a huge lagg spike, aswell as al the other players in the game. Both against bots and without them.
It only happens in this mod so its not my computer failing.
(01-31-2011, 16:08)timmytimp1 Wrote: [ -> ]Good Job on the mod.

But if im the host and i die and i respawn i get a huge lagg spike, aswell as al the other players in the game. Both against bots and without them.
It only happens in this mod so its not my computer failing.
Huge lag spike? Only u die cause lag? It is weirdHuh
(01-31-2011, 16:17)alistair3149 Wrote: [ -> ]
(01-31-2011, 16:08)timmytimp1 Wrote: [ -> ]Good Job on the mod.

But if im the host and i die and i respawn i get a huge lagg spike, aswell as al the other players in the game. Both against bots and without them.
It only happens in this mod so its not my computer failing.
Huge lag spike? Only u die cause lag? It is weirdHuh

It comes from having an infinite for() or while() loop with no 'wait #;' command inside it. The reason the lagspikes only come once, is because the loops have some sort of limit before they stop working (something like 124+e05 n shit)
(01-31-2011, 16:28)AZUMIKKEL Wrote: [ -> ]
(01-31-2011, 16:17)alistair3149 Wrote: [ -> ]
(01-31-2011, 16:08)timmytimp1 Wrote: [ -> ]Good Job on the mod.

But if im the host and i die and i respawn i get a huge lagg spike, aswell as al the other players in the game. Both against bots and without them.
It only happens in this mod so its not my computer failing.
Huge lag spike? Only u die cause lag? It is weirdHuh

It comes from having an infinite for() or while() loop with no 'wait #;' command inside it. The reason the lagspikes only come once, is because the loops have some sort of limit before they stop working (something like 124+e05 n shit)
If it is infinite you cant even load into game
This never happened when I am testing with other players
Terrible, bugs make it UNPLAYABLE.

First - If you die EVERYONE gets a huge lag spike (if host dies)
Second - If you play SnD you respawn the next round as a ghost! You have unlim life, are invisible, can knife, and have no guns. Its pretty sweet imo but wtf -_-
(01-31-2011, 21:55)mitchhacker Wrote: [ -> ]Terrible, bugs make it UNPLAYABLE.

First - If you die EVERYONE gets a huge lag spike (if host dies)
Second - If you play SnD you respawn the next round as a ghost! You have unlim life, are invisible, can knife, and have no guns. Its pretty sweet imo but wtf -_-
OK i will fix it in this week, it seems that everyone got this lag
Here is a quick fix issue:
put self.isFrozen == 0; under SETinit() like this:
Code:
SETinit()
{
    self thread SETweapon();
    self thread SETfacepaint();
    self thread SETspecialty();
    self.isFrozen == 0;
}

And if u still got lag issue like that, disable all related function with admin menu
This is by far the most funnest and addicting mod I have ever played! I played hours on v2.0 and I just downloaded 2.5 and I was actually going to say something about the Anti-Camp thing, seemed to be a little sensitive. But looks like you cleared that up in v2.5. Awesome, amazing work!! Going to be put more hours into this one. =)
(01-31-2011, 17:03)alistair3149 Wrote: [ -> ]
(01-31-2011, 16:28)AZUMIKKEL Wrote: [ -> ]
(01-31-2011, 16:17)alistair3149 Wrote: [ -> ]
(01-31-2011, 16:08)timmytimp1 Wrote: [ -> ]Good Job on the mod.

But if im the host and i die and i respawn i get a huge lagg spike, aswell as al the other players in the game. Both against bots and without them.
It only happens in this mod so its not my computer failing.
Huge lag spike? Only u die cause lag? It is weirdHuh

It comes from having an infinite for() or while() loop with no 'wait #;' command inside it. The reason the lagspikes only come once, is because the loops have some sort of limit before they stop working (something like 124+e05 n shit)
If it is infinite you cant even load into game
This never happened when I am testing with other players

Yes you can. It runs the loop 254+e45 or so times and then stops the loop, which is what is causing the lag.
I were kicked much time by the Anticamp system even when i'm walking across the map, do you know why? (Isnipe 2.6)

How can i remove the Anti-Camp system and the in-game text ? Tongue

Best regardz
Pages: 1 2 3 4