C:\Documents and Settings\Prabhat\Desktop\World Stunting V1.3.5\filterscripts\race.pwn(386) : error 017: undefined symbol "IsPlayerLuxAdm" C:\Documents and Settings\Prabhat\Desktop\World Stunting V1.3.5\filterscripts\race.pwn(396) : error 017: undefined symbol "IsPlayerLuxAdm" C:\Documents and Settings\Prabhat\Desktop\World Stunting V1.3.5\filterscripts\race.pwn(407) : error 017: undefined symbol "IsPlayerLuxAdm" C:\Documents and Settings\Prabhat\Desktop\World Stunting V1.3.5\filterscripts\race.pwn(424) : error 017: undefined symbol "IsPlayerLuxAdm" C:\Documents and Settings\Prabhat\Desktop\World Stunting V1.3.5\filterscripts\race.pwn(435) : error 017: undefined symbol "IsPlayerLuxAdm" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
#include <ladmin> #include <a_samp> #include <dini> #include <zcmd>
Using Player Admin Level in another filterscript or gamemode
1. Put the file IsPlayerLAdmin.inc in your includes folder 2. add the following line to the top of your gamemode pawn Код:
pawn Код:
pawn Код:
|
I used these headers
Код:
#include <ladmin> #include <a_samp> #include <dini> #include <zcmd> |
IsPlayerLuxAdminLevel(playerid, level);
if (!IsPlayerLuxAdm(playerid, 3)) return SendClientMessage(playerid, RED, "<!> You are not an administrator!");
IsPlayerLuxAdminLevel(playerid, level);
IsPlayerLuxAdm(playerid, level)