Is there any way to give ply from checkForCommands to exampleFunction?
https://files.facepunch.com/forum/upload/351577/be677722-07ab-4994-94b5-c1ae627f2a56/Screenshot_40.png
function ExampleFunction(ply) /*<----*/
end
function CheckForCommands(ply, text)
if (text == "????") then
ExampleFunction(ply);
end
end
hook.Add("PlayerSay","fuckoff",CheckForCommands);
Bruh, so simple xd.
Thank you but somehow I cant give credits, sorry.
Sorry, you need to Log In to post a reply to this thread.