30.08.2012, 07:23
help to me
30.08.2012, 07:30
1. You missed one bracket.
2. No 'new string...', if you have it at the beginning then fix first error ^.
3. Instead of 'color' use 0x82BAFFFF, if you have defined colors then fix first error ^^.
2. No 'new string...', if you have it at the beginning then fix first error ^.
3. Instead of 'color' use 0x82BAFFFF, if you have defined colors then fix first error ^^.
30.08.2012, 07:51
Is a copy-paste other gm
30.08.2012, 07:53
D:\The Godfather\gamemodes\gf.pwn(26169) : error 003: declaration of a local variable must appear in a compound block
D:\The Godfather\gamemodes\gf.pwn(26170) : error 010: invalid function or declaration
D:\The Godfather\gamemodes\gf.pwn(26172) : error 010: invalid function or declaration
D:\The Godfather\gamemodes\gf.pwn(26174) : error 010: invalid function or declaration
D:\The Godfather\gamemodes\gf.pwn(2617 : error 054: unmatched closing brace ("}")
D:\The Godfather\gamemodes\gf.pwn(26181) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
D:\The Godfather\gamemodes\gf.pwn(26170) : error 010: invalid function or declaration
D:\The Godfather\gamemodes\gf.pwn(26172) : error 010: invalid function or declaration
D:\The Godfather\gamemodes\gf.pwn(26174) : error 010: invalid function or declaration
D:\The Godfather\gamemodes\gf.pwn(2617 : error 054: unmatched closing brace ("}")
D:\The Godfather\gamemodes\gf.pwn(26181) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
30.08.2012, 07:54
pawn Код:
public HBroadCast(color, const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pAdmin] != 0)
{
SendClientMessage(i, color, string);
}
}
}
return 1;
}
EDIT: The error is because you used <= MAX_PLAYERS
30.08.2012, 07:55
public HBroadCast(...)
[color=red{[/color]This
No string formated
[color=red{[/color]This
No string formated
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)