what are you trying to script?
basic things you'll want to know is echo("blub"); will print to the console
global variables start with $, ie $duck = "quack";
local variables start with %, ie %duck = "quack";
without knowing what you're trying to do, it's hard to give suggestions
and making server sided scripts is very different from client sided ones, which are both very different from scripting for weapons/vehicles