how i can get scanner and why i cant write /dispatch
You can spawn scanners in the Q menu, and what does /dispatch do?
not menu, its class, and dispatch its Overwatch Dispatch City Voice
Can you be more specific? And if you want it to play a sound to a command, you can do this:
[code]hook.Add("PlayerSay", "sound", function(pPlayer, sText)
if (sText == "/dispatch") then
pPlayer:EmitSound("file")
return ""
end
end)[/code]
[img]http://savepic.net/8522956.png[/img]
[img]http://savepic.net/8525004.png[/img]
i dont know how add hooks
[img]http://savepic.net/8526028.png[/img]
Do you have the scanner plugin?
this is?
[img]http://savepic.ru/12240323.png[/img]
Sorry, you need to Log In to post a reply to this thread.