Forum

> > CS2D > Scripts > Wie macht man beim Spawn das man Eine Waffe bekomm
Forums overviewCS2D overview Scripts overviewLog in to reply

German Wie macht man beim Spawn das man Eine Waffe bekomm

7 replies
To the start Previous 1 Next To the start

old Wie macht man beim Spawn das man Eine Waffe bekomm

RAIGEKI
User Off Offline

Quote
Hallo us
ich wollte fragen ob mir einer helfen kann bei dem Script noch sowas zu verändern das der jenige mit der ID 1 auch ne waffen hatt wenn der joint,
Hier der script:
1
2
3
4
5
6
7
addhook ("join" , "Join" )
function Join( id )
if ( id == 1 ) then
msg ("Player mit ID 1 ist beigetreten" )
end
msg ( "Player " .. player(id, "name") .. " tritt bei" )
end

old Re: Wie macht man beim Spawn das man Eine Waffe bekomm

DC
Admin Off Offline

Quote
ja, erstmal: der join hook ist der falsche. das ist der wenn man den server betritt, aber noch gar kein team gewählt hat. dementsprechend kann man da noch gar keine waffe haben!

wie user TimeQuesT schon gezeigt hat musst du den spawn hook benutzen und dessen return wert bestimmt die waffe(n) die man bekommt.
siehe dazu auch cs2d lua hook spawn
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview