Files

> > CS2D > Lua Scripts > Anti-bug postspawn
Files overviewCS2D overviewLua Scripts overview

English Anti-bug postspawn >

7 comments437 b, 453 Downloads

old Anti-bug postspawn

DsTyLe
User Off Offline

Hi, this script is simple, im not going to post pics.

Well some players when die say /retry and spawn again (only if die before mp_postspawn time), we have 2 solutions:

mp_postspawn 0

Download this script.

When player leave and he isn't spectator this script save his data (us id & ip) and he can join again only when some team wins.

This is a simple script, you can edit it if you want.
Approved by GeoB99

Download Download

437 b, 453 Downloads

Comments

7 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

DsTyLe
User Off Offline

that is like initArray function.

for a = 1,32 do
     ips[a]=0
     uss[a]=0
end

old

3RROR
User Off Offline

@DsTyLe
Theres:
ips = {}
uss = {}
So, the USGN's putted in there (or ip's) can do the pspawn glitch or not
But. I discovered why is there these 2 columns. Nevermind
I like it!

old

DsTyLe
User Off Offline

@redfix

i don't get it sorry =3

old

Infinite Rain
Reviewer Off Offline

Yeah i think its good work but i wont rate becouse we have mp_postsspawn

old

3RROR
User Off Offline

This is actually a nice idea but the mp_postspawn 0 is the easiest way than this
OH BTW. Don't rate low cause no-pics. It's actually unecessary like the description says.

Btw. I saw the script and so. The USGN's posted in there is actually the ones who can use the postspawn glitch?
I like it!

old

DC
Admin Off Offline

yeah I consider to implement an easier solution for the source: no post spawn if someone died in that round already (someone suggested that in the forum)

old

united
User Off Offline

Translation: doesn't allow a player to /retry and re-join a team during the after spawn time (30 seconds by default).

It could be implemented in the source code :p
To the start Previous 1 Next To the start