forward ABroadCast(color,const string[]);
public ABroadCast(color,const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo >= 1 || PlayerInfo >= 1)
{
SendClientMessage(i, color, string);
}
}
}
return 1;
}Ubacio sam pAdmin i pTester u ovaj enum:
enum JB::pInfo i isto tako dodao sam ovaj new: new PlayerInfo;I sad daje mi erore na liniju sa new ovo su erore:
D:\Documents and Settings\Miki\Desktop\JunkBuster11\filterscripts\JunkBuster.pwn(296) : error 017: undefined symbol "pInfo"
D:\Documents and Settings\Miki\Desktop\JunkBuster11\filterscripts\JunkBuster.pwn(296) : error 009: invalid array size (negative, zero or out of bounds)Detaljan opis problema:
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
