Forum

> > CS2D > Scripts > Man Her-ziehen
Forums overviewCS2D overview Scripts overviewLog in to reply

German Man Her-ziehen

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

old Re: Man Her-ziehen

DiC
User Off Offline

Quote
Ehm nei glaube net wirklich aber ehm die weapon habe id 4 gemacht muss man name oder id angeben ?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
function Array(size,value) 
local array = {82351} <<<--- Hier die  :us:  id oder ?
for i = 1, size do
array[i]=value
end
return array
end

mx = Array(32,0)
my = Array(32,0)

timer(150,"requestdata","",0)


function requestdata()
reqcld(0,2)
end



addhook("clientdata","clientdata")
function clientdata(id,mode,x,y)
if mode == 2 then
mx[id] = x
my[id] = y
end
end

addhook("attack","client")
function client(id)
if player(id,"weapon") == 4 then  <<<--- muss hier ein Waffen id , oder der Name  von der Waffe ?
parse("setpos "..id.." "..mx[id].." "..my[id].."")
end
end

old Re: Man Her-ziehen

Bowlinghead
User Off Offline

Quote
Was? Da kommt doch keine Id hin...
Unten muss normalerweise die ID hin, aber ist "weapon" eine Value? Glaube nicht...
In diesem Script kann man garkeine USGN ID eingeben.
user Blunt failed.

old Re: Man Her-ziehen

DiC
User Off Offline

Quote
hmm.... mit dem script kann ich mich nur telen ich will aber o einen wenn ich den mann abknalle das er langsam zu mir kommt geht so was auch
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview