10.07.2009, 20:00
any editor is like 'wordpad', 'notepad' or even pawno (though this is only if you want to look at the include)
You call the function in your script like this:
At the top:
Wherever you want to call your function (like the num_hash) :
You call the function in your script like this:
At the top:
pawn Код:
#include <dutils> // the name of the file without the extention
pawn Код:
function(/*Maybe some stuff required at some functions*/);