#include <YSI\y_commands>
C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_als/impl.inc(43) : error 001: expected token: "-identifier-", but found "," C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_hooks/impl.inc(357) : error 029: invalid expression, assumed zero C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_hooks/impl.inc(1715) : error 029: invalid expression, assumed zero C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_hooks/impl.inc(1752) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate") C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_bintree.inc(378) : warning 219: local variable "right" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_bintree.inc(511) : warning 219: local variable "right" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(878) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1437) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1492) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1545) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1567) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1630) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1858) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1962) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(2103) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(2400) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(1811) : error 025: function heading differs from prototype C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(14506) : error 035: argument type mismatch (argument 2) C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(36239) : error 025: function heading differs from prototype C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100573) : warning 218: old style prototypes used with optional semicolumns C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100573) : warning 218: old style prototypes used with optional semicolumns C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100575) : error 017: undefined symbol "SCM" C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100584) : error 017: undefined symbol "GetPlayerNameEx" C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100591) : error 017: undefined symbol "GetPlayerNameEx" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.
local variable "hash" shadows a variable at a preceding level
#include <YSI\y_commands>
YCMD:tognewbiee(playerid, params[], help)
{
if(help) return SCM(playerid, COLOR_GREY, "Not supported");
new string[256];
if(IsPlayerConnected(playerid))
{
if (PlayerInfo[playerid][pAdmin] >= 2 && (!nonewbie))
{
nonewbie = 1;
BroadCast(COLOR_NICERED, "** Newbie chat channel disabled by an Admin !");
format(string, sizeof(string), "AdmCmd: %s Has Disabled the Newbie Chat", GetPlayerNameEx(playerid));
ABroadCast(COLOR_LIGHTRED, string, 5);
}
else if (PlayerInfo[playerid][pAdmin] >= 2 && (nonewbie))
{
nonewbie = 0;
BroadCast(TEAM_GROVE_COLOR, "** Newbie chat channel enabled by an Admin !");
format(string, sizeof(string), "AdmCmd: %s Has Enabled the Newbie Chat", GetPlayerNameEx(playerid));
ABroadCast(COLOR_LIGHTRED, string, 5);
}
else
{
SendClentMessage(playerid, COLOR_GRAD1, "** you are not authorized to use that command!");
}
}
return 1;
}
Is this my GM, you're trying to edit?
-- If so, send me the PWN on Skype, and I'll fix it. |