25.07.2013, 13:26
Quote:
aк amigo eu fiz isso q falou e os erros 032: array index out of bounds sumiram, porйm os erros com a public persistiram
C:\Users\Avast Firewall\Desktop\bsv\gamemodes\BRASILSV.pwn(20240) : error 055: start of function body without function header C:\Users\Avast Firewall\Desktop\bsv\gamemodes\BRASILSV.pwn(20242) : error 010: invalid function or declaration C:\Users\Avast Firewall\Desktop\bsv\gamemodes\BRASILSV.pwn(22530) : error 004: function "Txtenter" is not implemented C:\Users\Avast Firewall\Desktop\bsv\gamemodes\BRASILSV.pwn(28842) : warning 203: symbol is never used: "rand" |
@edit Provavelmente ia dar mais erros
pawn Код:
forward Txtenter(playerid);
public Txtenter(playerid)
{
new rand;
rand = random(13);
TextDrawShowForPlayer(playerid, ImagemEntrada[rand]);
}