So i created a derma screen and stuff and i just need a command to open it via chat example !odst if anyone can make a command that if u type !odst it opens my derma screen, im a beginner coder so im sry :3
[url]https://facepunch.com/showthread.php?t=1526183[/url]
[editline]24th August 2016[/editline]
[url]https://facepunch.com/showthread.php?t=1500964[/url]
[editline]24th August 2016[/editline]
[url]https://facepunch.com/showthread.php?t=1463930[/url]
[editline]24th August 2016[/editline]
I see like 50 threads per second pop up about this same issue, please for the love of god try googling next time
[QUOTE=MPan1;50938205][url]https://facepunch.com/showthread.php?t=1526183[/url]
[editline]24th August 2016[/editline]
[url]https://facepunch.com/showthread.php?t=1500964[/url]
[editline]24th August 2016[/editline]
[url]https://facepunch.com/showthread.php?t=1463930[/url]
[editline]24th August 2016[/editline]
I see like 50 threads per second pop up about this same issue, please for the love of god try googling next time[/QUOTE]
I did google it, and tryes it but it doesnt work for me..... Like can u send a template or something?
There's an example (or 'template') or whatever you want to call it on each page I posted. They're not hard to figure out
[CODE]
hook.Add( "OnPlayerChat", "PUT A UNIQUE NAME HERE", function( ply, text, team, isdead )
if text == "WHAT THE PLAYER IS MEANT TO SAY" and ply == LocalPlayer() then
-- CREATE VGUI STUFF HERE
return true -- surpress the message
end
end )
[/CODE]
[QUOTE=MPan1;50944125]There's an example (or 'template') or whatever you want to call it on each page I posted. They're not hard to figure out
[CODE]
hook.Add( "OnPlayerChat", "PUT A UNIQUE NAME HERE", function( ply, text, team, isdead )
if text == "WHAT THE PLAYER IS MEANT TO SAY" and ply == LocalPlayer() then
-- CREATE VGUI STUFF HERE
return true -- surpress the message
end
end )
[/CODE][/QUOTE]
what if i want it to open a lua? cuz lua_openscript_cl is blocked, so how do i make it like that then?
Sorry, you need to Log In to post a reply to this thread.