Hi! i was wondering if there is anyway to give a player a pac3 outfit using lua?
This should help, [URL="https://github.com/CapsAdmin/pac3/wiki/PAC-in-gamemodes"]https://github.com/CapsAdmin/pac3/wiki/PAC-in-gamemodes[/URL]
[QUOTE=SteppuFIN;49865219]This should help, [URL="https://github.com/CapsAdmin/pac3/wiki/PAC-in-gamemodes"]https://github.com/CapsAdmin/pac3/wiki/PAC-in-gamemodes[/URL][/QUOTE]
Hey thanks a bunch!
[QUOTE=Wildo;49865230]Hey thanks a bunch![/QUOTE]
just tried this now but i get this error, my pac is in my addons
[CODE]
[ERROR] gamemodes/test/gamemode/init.lua:28: attempt to call field 'SetupENT' (a nil value)
1. unknown - gamemodes/test/gamemode/init.lua:28
2. unknown - lua/includes/modules/concommand.lua:54
[/CODE]
You use Entity:SetupENT on the client. Same with Entity:AttachPACPart and Entity:RemovePACPart
[QUOTE=jaooe;49897897]You use Entity:SetupENT on the client. Same with Entity:AttachPACPart and Entity:RemovePACPart[/QUOTE]
Thanks! il try that in a minute
Sorry, you need to Log In to post a reply to this thread.