20.07.2014, 22:14
estava vendo um tutorial de como criar um x1 : https://sampforum.blast.hk/showthread.php?tid=111635&page=2
fiz tudo certo mas na hora de compilar da erro :
da erro : error 001: expected token: ";", but found "new"
Linha : new string[50+MAX_PLAYER_NAME];
fiz tudo certo mas na hora de compilar da erro :
pawn Код:
if(TaNoX1[playerid] == true)
{
OnPlayerSpawn(playerid);
OnPlayerSpawn(killerid)
new string[50+MAX_PLAYER_NAME];
new Nome[40][MAX_PLAYERS];
new Nomi[40][MAX_PLAYERS];
TaNoX1[playerid] = false;
TaNoX1[killerid] = false;
GetPlayerName(killerid, Nomi[killerid], 40);
GetPlayerName(playerid, Nome[playerid], 40);
format(string, sizeof(string),"%s Ganhou o duelo x1 contra %s !",Nomi[killerid], Nome[killerid]);
SendClientMessageToAll(Vermelho, string);
Quantos = 0;
}
Linha : new string[50+MAX_PLAYER_NAME];