[Help] Ladmin4v2 + Gamemode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Ladmin4v2 + Gamemode (
/showthread.php?tid=72968)
[Help] Ladmin4v2 + Gamemode -
SakuraBloss - 11.04.2009
Hi guys.
1.- Sorry my bad English.

(im from Argentina)
2.- Help.
My gamemode is
Adrenaline 1.06.
My Admin filterscrip is
Ladmin4v2.
When i add "
#include <IsPlayerLAdmin>" in the top of my gamemode, (under <a_samp>)
show this,
Код:
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(569) : warning 219: local variable "Time" shadows a variable at a preceding level
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(652) : warning 219: local variable "Time" shadows a variable at a preceding level
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(1338) : warning 219: local variable "equal" shadows a variable at a preceding level
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(1712) : error 047: array sizes do not match, or destination array is too small
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(2019) : error 021: symbol already defined: "strtok"
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(2034) : error 047: array sizes do not match, or destination array is too small
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(2372) : error 047: array sizes do not match, or destination array is too small
C:\Users\Sakura\GTA cosas varias\sa-mp-0.2X.win32\gamemodes\adrenaline.pwn(2497) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
I also add
IsPlayerAdminLevel(playerid, 0) in dcmd function.
What is bad?