SpeedCommand 
12 comments Hey guys! this is the MY first script!
Say commands:
!speed10
!speed20
!speed30
!speed40
!speed50
!speed60
!speed70
!speed80
!speed90
!speed100
!supera (super armor)
!hosp (recovers its health)
!laser
!medica (medic armor)
Vectar666 sorry for copying your script, now I made one myself.
Enjoy it!
Say commands:
!speed10
!speed20
!speed30
!speed40
!speed50
!speed60
!speed70
!speed80
!speed90
!speed100
!supera (super armor)
!hosp (recovers its health)
!laser
!medica (medic armor)
Vectar666 sorry for copying your script, now I made one myself.
Enjoy it!

Code:
1
dofile("sys/lua/speed_command.lua")
edited 3×, last 16.08.10 09:18:58 pm

The quality of the file is too low!
Please invest more time and only upload stuff which is actually good.
Do not upload your first "5 minute"-attempts.
Sorry, but nobody wants to see and download stuff like that!
Comments
12 comments



Log in!
You need to log in to be able to write comments!Log in
06.11.10 11:49:59 am

Its a really simple script,but its awesome for your first script anyway I like it why so I can catch cheaters

06.08.10 03:31:27 am
@FN_Nemesis, i upload it because it is very annoying to type the commands in the console, this script makes it a lot. please rate!

You could just PM me, not say it there, anyway, script is average.
edited 1×, last 30.07.10 12:54:52 pm

Good Work!
Altrough I think it's easy for people that can/learns Lua. But there's many people who »don't« know Lua!!
For them it can be useful! Thank you for sharing with us!
Altrough I think it's easy for people that can/learns Lua. But there's many people who »don't« know Lua!!
For them it can be useful! Thank you for sharing with us!
Code:
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook ("say","sages")
function sages(id,txt)
if string.find(txt,"!speed") then
local check = string.sub(txt,0,7)
check = tonumber(check)
if check~=nil then
parse ("speedmod "..id.." "..check)
end
end
end
function sages(id,txt)
if string.find(txt,"!speed") then
local check = string.sub(txt,0,7)
check = tonumber(check)
if check~=nil then
parse ("speedmod "..id.." "..check)
end
end
end
this would be for speed more easier. with this you can set your speed to a written value . example you want speed 15 but there is only 10 and 20 , so you just write "!speed 15"
then your speed must be 15.
(idk if the script at the top of the text works xD)



