[Pomoc] JunkBuster

Započeo DeBlack, Avgust 31, 2011, 15:21:25 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

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): //
      
DeBlack | Mapper | PS User

Probaj ovo #endif zaljepit iznad OnGameModeInit a tu ga izbrisat

zamjeni mjesta
od
#endif i
#endinput

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.
      
DeBlack | Mapper | PS User

stavi // ispred #endinput
ako opet gresaka bude nevalja Junkbuster

edit
ili
#endinput
na kraj dole
Poslednja Izmena: Avgust 31, 2011, 16:08:39 POSLE PODNE od almir101