Hello. I have a Working PHP Script and Its Working in-game. But I need to add more arguments and essentially mix two lua codes together.
I need to mix this code:
[lua]
filex.Append( “ev_reports.txt”, “[” … os.date() … “] " … evolve:PlayerLogStr( ply ) … " reported " … evolve:PlayerLogStr( pl[1] ) … " with reason '” … msg … "’
"
[/lua]
With this code:
[lua]
http.Get(“http://www.matthewjeanes.info/report.php?report=”…msg , “” , function() end )
[/lua]
I want it so it shows who reported the player, which player was reported, And why.
Thanks for any help in advance, Matt J