Hey. I have not used pointshop 2 for that long. (amazing script by the way.) But I run it on my prophunt server and I was wondering if I could make items not show up on TEAM_PROPS. I was curious if there was a function like Undefined's pointshop to check if the item shows on the player? Because its a dead giveaway:
[IMG]http://i.imgur.com/C9RP67h.png[/IMG]
I do own this script: (My username in the top right, and the download link in the bottom left.)
[IMG]http://i.imgur.com/9mJJnpf.png[/IMG]
I do know bits of lua.
I can make a script. I'm guessing its something like this:
sv_something.lua
[CODE]hook.Add( "PlayerSpawn", "PS2Props", function( ply )
if ply:Team() == "TEAM_PROPS" then
stuff
end
end)
[/CODE]
I mean I have not tested that and that might not be the best way, but you get the idea.
Thanks in advance.
think hook it [b]OR[/b] find where it changes model and remove it (i recommend 2nd)
[QUOTE=tyguy;48484811]think hook it [b]OR[/b] find where it changes model and remove it (i recommend 2nd)[/QUOTE]
Yeah that's what I would think. I contacted the developer and he said he would add official support for this soon. I'll just wait I guess.
Sorry, you need to Log In to post a reply to this thread.