Well, not much to say, really. I haven't even attempted scripting in 4 months.
So, I decided to do the most simple thing I could think of, a script that bounces yourself.
When I execute it in the console, I get no syntax error, but nothing happens.
My script is just a shot in the dark, so could anyone tell me what's wrong with it?
function Servercmdbounce(%client)
{
%Client.Player.AddVelocity(0, 0, 25);
}
I first tried it with the / command, but It didn't work.
I executed it by typing in the console-
exec("add-ons/Script_Test/test.cs");