- 0
am o problema la admin spec ...
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
VenoMarius
public OnPlayerCommandReceived(playerid, cmdtext[]) {
if(strlen(PlayerInfo[playerid][pPin]) != 0 && PlayerInfo[playerid][pPinLogged] == 0) { SCM(playerid, COLOR_LIGHTRED, "(PIN): {FFFFFF}Nu poti folosi comenzi atata timp cat nu ai introdus codu PIN!"); return false; }
if(IsPlayerLogged[playerid] == 0) return false;
foreach(MySpec[playerid], i) SCM(i, 0xFFADADFF, "%s used command '%s'.", GetName(playerid), cmdtext);
return true;
}
vreau sa imi apara cand un player tasteaza /ocomanda sa imi apara in chat ce comanda a folosit ...
Si imi da erroarea asta :
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\playerzone.inc(422) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\playerzone.inc(445) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(696) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(820) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(1055) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(1195) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(1220) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\sscanf2.inc(155) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\sscanf2.inc(199) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\AutoAFK.inc(136) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(213) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(228) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(432) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(562) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(662) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\md5.inc(272) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_amx.inc(908) : warning 219: local variable "idx" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_hooks/impl.inc(232) : warning 219: local variable "idx" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_hooks/impl.inc(323) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_master/once.inc(343) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_master/once.inc(399) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_master/once.inc(446) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_bintree.inc(478) : warning 219: local variable "value" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(874) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(967) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(978) : warning 219: local variable "idx" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1049) : warning 219: local variable "i" shadows a variable at a preceding level
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1116) : error 025: function heading differs from prototype
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1116) : error 025: function heading differs from prototype
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : fatal error 107: too many error messages on one line
Compilation aborted.
Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
[Finished in 2.6s with exit code 1]
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now