[Ajuda] Como resolver este problema ?
#1

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 :
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;
}
da erro : error 001: expected token: ";", but found "new"
Linha : new string[50+MAX_PLAYER_NAME];
Reply
#2

tenta isso.
pawn Код:
new string[120];
Reply
#3

pawn Код:
OnPlayerSpawn(killerid);
Tava faltando um ;
Reply
#4

Quote:
Originally Posted by humildadeforever
Посмотреть сообщение
pawn Код:
OnPlayerSpawn(killerid);
Tava faltando um ;
Obrigado putz nem percebi

So uma pergunta idiota agora :
pawn Код:
Header size:           5936 bytes
Code size:           217172 bytes
Data size:           262736 bytes
Stack/heap size:      16384 bytes; estimated max. usage=40187 cells (160748 bytes)
Total requirements:  502228 bytes
como faзo para tirar isso de meu pawno ?
Reply
#5

#pragma dynamic 145000

so colocar isso no topo
Reply
#6

Quote:
Originally Posted by Ivison
Посмотреть сообщение
#pragma dynamic 145000

so colocar isso no topo
deu certo mas para que server isto ?? #pragma dynamic 145000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)