Quote:
Originally Posted by StrondA_
pawn Код:
new String[128], Jogador[24]; GetPlayerName(playerid, Jogador, 24); format(String, 128, "Bans/%s.ini",Jogador); if(fexist(String)) { SendClientMessage(playerid, 0x900000AA, "************************************************************************************************"); format(String, sizeof(String), "***** Vocк estб banido do servidor %s, se vocк quiser ser desbanido vб atй a comunidade chora emo! ****",Jogador), SendClientMessage(playerid,0xFF5868AA, String); SendClientMessage(playerid, 0x900000AA, "************************************************************************************************"); Kick(playerid); return true; }
Coloque desta forma, pois coloquei uma array a +
|
{ e } nгo sгo arrays, sгo brackets.
pawn Код:
static
aaa[3] =
{
1,
2,
3
};
Isso й uma array.