19.11.2013, 13:08
Desculpa a ignorancia, mas aqui n ta pegando! Ta dando erro, deve ser pq sou noob mesmo, te dei rep, mas me ajuda n ta indo!
Erros
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
new armaname[32]; // linha 17239
new killername[MAX_PLAYER_NAME], mortonome[MAX_PLAYER_NAME], armanome; // linha 17240
GetWeaponName(killerid, armanome, sizeof (armanome)); // linha 17241
format(armanome,sizeof(armanome), "%s foi morto por %s, com a arma %s", killername, mortoname, armanome); // linha 17242
SendClientMessageToAll(armanome), sizeof(armanome), COLOR_WHITE); // linha 17243
//===================================================================
if(PlayerInfo[playerid][pVIP] < 1 && SistemaHospital == 1 && helpertrampando[playerid] < 1 && admtrampando[playerid] < 1)
{
........... etc
pawn Код:
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17241) : error 035: argument type mismatch (argument 2)
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17241) : error 035: argument type mismatch (argument 2)
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17242) : error 035: argument type mismatch (argument 1)
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17242) : error 035: argument type mismatch (argument 1)
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17243) : warning 202: number of arguments does not match definition
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17243) : warning 215: expression has no effect
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17243) : warning 215: expression has no effect
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17243) : error 001: expected token: ";", but found ")"
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17243) : error 029: invalid expression, assumed zero
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17243) : warning 215: expression has no effect
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17240) : warning 204: symbol is assigned a value that is never used: "mortonome"
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA2.pwn(17239) : warning 204: symbol is assigned a value that is never used: "armaname"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.