09.09.2010, 17:13
ao inves de botar entre [quote], bota entre [pawn]
acredito que seja sу as chaves que estao erradas, ficando assim:
acredito que seja sу as chaves que estao erradas, ficando assim:
pawn Код:
if(killerid != 255)
{
if(GetPlayerState(killerid) == 2)
{
new carroDB = GetPlayerVehicleID(killerid);
new nomexd[MAX_PLAYER_NAME];
GetPlayerName(killerid, nomexd, sizeof(nomexd));
if(IsAPlane(carroDB))
}
return 1;
}
format(string, sizeof(string), "AdmCmd: %s [id:%d] Matou %s [Id:%d] com DB, Ele foi kikado.", nomexd,killerid, name, playerid);
SendClientMessageToAll(COLOR_LIGHTRED, string);
Kick(killerid);
return 1;
}
}