[Script] Semi Master Race!

Intended for use on live public servers.
7 posts Page 1 of 1 First unread post
VladVP
Post Demon
Post Demon
Posts: 1425
Joined: Fri Dec 14, 2012 10:48 pm


Hey, I made a script for the upcoming ToW event, which basically disables all ranged weapons apart from the rifle.
Code: Select all
def apply_script(protocol,connection,config):
	class semimrConnection(connection):
		def spawn(self): self.weapon=0; return connection.spawn(self)
		def on_weapon_set(self,weapon):
			if weapon != 0: return False
			return connection.on_weapon_set(self,weapon)
	return protocol, semimrConnection
semimr.py
(1.17 KiB) Downloaded 222 times
EDIT: Added a bunch of optimisations.
[HPC]sajt
Deuced Up
Posts: 63
Joined: Thu Jan 31, 2013 8:18 pm


Good!-You created this?
VladVP
Post Demon
Post Demon
Posts: 1425
Joined: Fri Dec 14, 2012 10:48 pm


No, I just hit my keyboard with the face and posted the result here for the lulz...
Kuma
Scripter
Scripter
Posts: 758
Joined: Fri Mar 22, 2013 10:05 am


[HPC]sajt wrote:
Good!-You created this?
He does have a scripter badge.

Also vlad, many scripts allow disabling these things why did you waste your time doing this.
VladVP
Post Demon
Post Demon
Posts: 1425
Joined: Fri Dec 14, 2012 10:48 pm


Kuma wrote:
[HPC]sajt wrote:
Good!-You created this?
He does have a scripter badge.

Also vlad, many scripts allow disabling these things why did you waste your time doing this.
Did you even read my post?
Kuma
Scripter
Scripter
Posts: 758
Joined: Fri Mar 22, 2013 10:05 am


Yes, do you mean
Added a bunch of optimisations.
VladVP
Post Demon
Post Demon
Posts: 1425
Joined: Fri Dec 14, 2012 10:48 pm


VladVP wrote:
for the upcoming ToW event
7 posts Page 1 of 1 First unread post
Return to “Completed Releases”

Who is online

Users browsing this forum: No registered users and 14 guests