07.04.2009, 12:36
I think the first two might refer to the fact you don't have "dini" as an include?
In which case you need to download: Dini
You must then place it in your pawno/includes folder.
Then at the top of your script, underneath the a_samp include you need the following:
In which case you need to download: Dini
You must then place it in your pawno/includes folder.
Then at the top of your script, underneath the a_samp include you need the following:
pawn Код:
#include <a_samp> //<--- you'll already have this (if you didn't you'd have hundreds more errors)
#include <dini>