Moin,
ich suche 2 Scripts hab nix gefunden. Ich suche folgende Scripts:
1.) Anti Prop Surf Script
2.) Ein bestimmtes Script was jemand beim spawmen in den Server bestimmte waffen gibt
kann mir jemand helfen?
Moin,
ich suche 2 Scripts hab nix gefunden. Ich suche folgende Scripts:
1.) Anti Prop Surf Script
2.) Ein bestimmtes Script was jemand beim spawmen in den Server bestimmte waffen gibt
kann mir jemand helfen?
5 Kills in Folge heißen bei Quake "Excellent", bei UT "Monsterkill" und bei CS "Kicked by console".
1.: Frag MingeBag
2.: Code by Pac_187
Erstell dazu einfach nen .txt file dann benne ihn in "<belibig>.lua" um, und mach in in garrysmod/garrysmod/lua/autorun/server.Lua Code:
function onlythese( ply ) ply:Give( "<waffen name>" ) ply:GiveAmmo( <anzahl der Ammunition>, "<ammotype..z.B. "smg1">" ) ply:Give( "weapon_physgun" ) ply:Give( "gmod_tool" ) ply:Give( "gmod_cam" ) return trueend
hook.Add( "PlayerLoadout", "Gives only a few weapons", onlythese )
Mfg,
RP-01