24.12.2011, 00:02
hay una parte de JunkBuster que dice esto
Yo lo que hice una vez fue poner lo que dice ahi en cualquier parte del ladmin
pawn Код:
/*
Put for example this into your gamemode (Godfather):
public IsPlayerAdminCall (playerid)
return (PlayerInfo [playerid][pAdmin] >= 1);
You can link your admin system with JunkBuster,
if you create a IsPlayerAdminCall function which
fits to your script. (The example above may only work for GF!)
*/
pawn Код:
#include <JunkBuster>
public IsPlayerAdminCall (playerid)
return (PlayerInfo [playerid][pAdmin] >= 1);