Znaci ja sam koristio junkbuster sa obicnim admin sisemom a ne FS. i sad sam odlucio sa ubacim Xtreme Admin, ali kada stavim #include
izbaci mi ove errore:
C:\Users\ADMIN\Desktop\SERVER\pawno\include\JunkBuster.inc(1281) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\ADMIN\Desktop\SERVER\pawno\include\JunkBuster.inc(1681) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\ADMIN\Desktop\SERVER\pawno\include\JunkBuster.inc(2694) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\ADMIN\Desktop\SERVER\pawno\include\dutils.inc(199) : error 025: function heading differs from prototype
C:\Users\ADMIN\Desktop\SERVER\pawno\include\dutils.inc(199) : error 021: symbol already defined: "JB_SetPlayerMoney"
C:\Users\ADMIN\Desktop\SERVER\pawno\include\dutils.inc(202) : warning 209: function "JB_SetPlayerMoney" should return a value
C:\Users\ADMIN\Desktop\a\AdminFS.pwn(504) : error 035: argument type mismatch (argument 2)
C:\Users\ADMIN\Desktop\a\AdminFS.pwn(1307) : error 035: argument type mismatch (argument 2)
C:\Users\ADMIN\Desktop\a\AdminFS.pwn(1924) : error 025: function heading differs from prototype
C:\Users\ADMIN\Desktop\a\AdminFS.pwn(1925) : error 021: symbol already defined: "MutePlayer"
C:\Users\ADMIN\Desktop\a\AdminFS.pwn(2201) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
a kad bez junkbuster inc izbaci mi samo 1 warning
C:\Users\ADMIN\Desktop\a\AdminFS.pwn(2201) : warning 203: symbol is never used: "ret_memcpy"Pa ako moze pomoc i jos nesto.. nisam skontao ovaj korak sa junkbusterom 😄 :
Step 4)
You are using a custom admin system with for example levels? Not only RCON?
You can link this admin system with JunkBuster.
JunkBuster can't recognize your adminsystem so you must add a function.
Function (This is only an EXAMPLE!):
public IsPlayerAdminCall(playerid)
{
if(PlayerInfo >= 1)
return 1;
else
return 0;
}moze pomoc ?