und em noch ne frage hat wer prog wo ich alle commands sehen kann für jedes zeug am besten AU SPEED und bei hero gibts da commands für level 40 das man is?
Forum
CS2D Allgemein Hero Lua script / Server / BefehleHero Lua script / Server / Befehle
4 replies 1
und em noch ne frage hat wer prog wo ich alle commands sehen kann für jedes zeug am besten AU SPEED und bei hero gibts da commands für level 40 das man is?
server: http://www.unrealsoftware.de/forum_posts.php?post=101614#lastpost
befehle: http://www.cs2d.unrealsoftware.de/help.php?cat=all
hero script: keine ahnung
Speed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-------------------------------------------------- -- Fast Players Script by Unreal Software -- -- 03.03.2009 - www.UnrealSoftware.de -- -------------------------------------------------- if sample==nil then sample={} end sample.fast={} -------------------------------------- -- MAKE FAST -- -------------------------------------- addhook("spawn","sample.fast.spawn") function sample.fast.spawn(p) 	parse("speedmod "..p.." 15") end --[[ 	speedmod accepts values from 	-100 (no movement) 	to 	100 (very fast movement) ]]--
Einfach in die Server.lua einfügen and go
1