Forum

> > CS2D > Scripts > Ideas for new Lua scripts?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Ideas for new Lua scripts?

23 replies
Page
To the start Previous 1 2 Next To the start

old Re: Ideas for new Lua scripts?

Danilwra
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--Where player which will not be ban
exception = {107808,}  
---------------------

function exception_p(id)
     for _, usgn in ipairs(exception) do
          if player(id,'usgn')==usgn then
            return true end
    end
return false end


addhook("move","s_m")
function s_m(id)
     if (player(id,"speedmod")>0) then
         if exception_p(id) then
    else
             parse("banip "..player(id,"ip").." 0 Speedhacker!!")
			 parse("banusgn "..player(id,"usgn").." 0 Speedhacker!!")
        end
    end
end

old Re: Ideas for new Lua scripts?

Pagyra
User Off Offline

Quote
Past my ideas have never implemented.
Next - Since shoulders of the player skins still as standard, then you can implement - Rank stripes
For those people who have played DotA -
there is idea - to create a "hook script" as a dota hero "Butcher" - (as a variable source script - there is a script laser sight)
it realistic as other scripts

old Re: Ideas for new Lua scripts?

FlamingPhoenix
User Off Offline

Quote
Dr.Hax Script!

When people hack, Admin will turn invincible and there will be a Dr. Hax image, like player in Hax point a finger to the crosshair. He could run fast and he infinity hp. He could summon a PC image faster than RPG, when hacker is hit will be banned for some time. And Admin will turn it's normal self.
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview