How do i make this work?
if (SERVER) then
concommand.Add("rcon2", function(p, c, a)
RunConsoleCommand("say"(a[1] ))
end)
end
You're running this on the server so having the server run ulx noclip won't work. Try doing
[CODE]
ply:SetMoveType(MOVETYPE_NOCLIP)
[/CODE]
Oh you just completely changed your post...
umm i just need to know what i asked for dont worry about it not working with ULX
[editline]15th August 2016[/editline]
what im asking is how i can add variables to my commands like "randomcommand LOLOL" and then a message will be send to the user named LOLOL, i know its something with function( p,c,a)
Sorry, you need to Log In to post a reply to this thread.