Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: DeBlack poslato Avgust 31, 2011, 15:21:25 POSLE PODNE

Naslov: [Pomoc] JunkBuster
Poruka od: DeBlack poslato Avgust 31, 2011, 15:21:25 POSLE PODNE
Skripta koju koristim: Svoja
Detaljan opis problema: Pa skinio sam junkbuster i stavio ga u svoj gamemod, i kada compilam imadnem jedan eror, a neznam kako da ga napravim
Dio skripte:
#if defined _JB_included
#endinput // tu mi nadje ERROR
#endif
#define _JB_included


A evo slika ERRORA:
D:\Balkan Expres\gamemodes\BE.pwn(44) : error 001: expected token: "#endif", but found "-end of file-"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Neke slike/video za lakse dobivanje pomoci(neobavezno): //
Naslov: Odg: [Pomoc] JunkBuster
Poruka od: ‹Fox› poslato Avgust 31, 2011, 15:29:51 POSLE PODNE
Probaj ovo #endif zaljepit iznad OnGameModeInit a tu ga izbrisat
Naslov: Odg: [Pomoc] JunkBuster
Poruka od: Quality Samp poslato Avgust 31, 2011, 15:42:52 POSLE PODNE
zamjeni mjesta
od
#endif i
#endinput
Naslov: Odg: [Pomoc] JunkBuster
Poruka od: DeBlack poslato Avgust 31, 2011, 15:55:37 POSLE PODNE
Almire kada zamjenim ta 2 pojavi mi se 26 errora, evo koji:
D:\Balkan Expres\pawno\include\JunkBuster.inc(492) : error 017: undefined symbol "SetPlayerMoney"
D:\Balkan Expres\pawno\include\JunkBuster.inc(634) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(634) : error 033: array must be indexed (variable "tmp")
D:\Balkan Expres\pawno\include\JunkBuster.inc(631) : warning 203: symbol is never used: "idx"
D:\Balkan Expres\pawno\include\JunkBuster.inc(745) : error 017: undefined symbol "StripNewLine"
D:\Balkan Expres\pawno\include\JunkBuster.inc(773) : error 017: undefined symbol "StripNewLine"
D:\Balkan Expres\pawno\include\JunkBuster.inc(890) : error 017: undefined symbol "StripNewLine"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1069) : error 017: undefined symbol "StripNewLine"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1073) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1076) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1077) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1070) : warning 204: symbol is assigned a value that is never used: "idx"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1134) : error 017: undefined symbol "StripNewLine"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1157) : error 017: undefined symbol "StripNewLine"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1421) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1443) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1443) : error 033: array must be indexed (variable "cmd")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1465) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1465) : error 033: array must be indexed (variable "tmp")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1468) : error 017: undefined symbol "isNumeric"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1495) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1495) : error 033: array must be indexed (variable "tmp")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1510) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1510) : error 033: array must be indexed (variable "tmp")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1525) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1525) : error 033: array must be indexed (variable "tmp")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1570) : error 017: undefined symbol "strtok"
D:\Balkan Expres\pawno\include\JunkBuster.inc(1570) : error 033: array must be indexed (variable "tmp")
D:\Balkan Expres\pawno\include\JunkBuster.inc(1575) : error 017: undefined symbol "strtok"

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
Naslov: Odg: [Pomoc] JunkBuster
Poruka od: Quality Samp poslato Avgust 31, 2011, 16:07:06 POSLE PODNE
stavi // ispred #endinput
ako opet gresaka bude nevalja Junkbuster

edit
ili
#endinput
na kraj dole
Naslov: Odg: [Pomoc] JunkBuster
Poruka od: DeBlack poslato Septembar 01, 2011, 19:41:27 POSLE PODNE
Opet isto -.-