Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: FireMan poslato Maj 01, 2011, 12:03:26 POSLE PODNE

Naslov: [Pomoc]Errori
Poruka od: FireMan poslato Maj 01, 2011, 12:03:26 POSLE PODNE
Skripta koju koristim:Ravens RP
Detaljan opis problema:Kad compilam dodju mi sljedeci erroriC:\Users\Sa-Mp\Desktop\Balkan Nations Rol3Play\gamemodes\bnrp1.pwn(2) : error 031: unknown directive
C:\Users\Sa-Mp\Desktop\Balkan Nations Rol3Play\pawno\include\utils.inc(3) : error 017: undefined symbol "strlen"
C:\Users\Sa-Mp\Desktop\Balkan Nations Rol3Play\pawno\include\utils.inc(3) : error 036: empty statement
C:\Users\Sa-Mp\Desktop\Balkan Nations Rol3Play\pawno\include\utils.inc(3) : error 017: undefined symbol "i"
C:\Users\Sa-Mp\Desktop\Balkan Nations Rol3Play\pawno\include\utils.inc(3) : fatal error 107: too many error messages on one line

Dio skripte://///////////////////////////////
#<a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <a_npc>
#include <streamer>
#include <Dini>
#include <dutils>

static gTeam[MAX_PLAYERS];

#pragma unused ret_memcpy
#pragma tabsize 0

#define Version "3.0"

#define NEON 1337

#define neondialog 8131

Neke slike/video za lakse dobivanje pomoci(neobavezno):
Naslov: Odg: [Pomoc]Errori
Poruka od: Rotcod poslato Maj 01, 2011, 12:18:21 POSLE PODNE
Prvi err:

///////////////////////////////// 
#include <a_samp> 
#include <core> 
#include <float> 
#include <time> 
#include <file> 
#include <utils> 
#include <morphinc> 
#include <a_npc> 
#include <streamer> 
#include <Dini> 
#include <dutils> 
 
static gTeam[MAX_PLAYERS]; 
 
#pragma unused ret_memcpy 
#pragma tabsize 0 
 
#define Version "3.0" 
 
#define NEON 1337 
 
#define neondialog 8131 


Drugi err:
U utils.inc ti nevalja nesto :D