17.08.2011, 21:34
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(GetPlayerState(killerid) == PLAYER_STATE_DRIVER)
{
if(GetVehicleModel(vehicleid) == ... || GetVehicleModel(vehicleid) == ... ) return 1;
new nVitima[MAX_PLAYER_NAME];
new nAcusado[MAX_PLAYER_NAME];
new string[128];
GetPlayerName(killerid, nAcusado, sizeof(nAcusado));
GetPlayerName(playerid, nVitima, sizeof(nVitima));
format(string, sizeof(string), "[Sistema_Linux] el Jugador %s [ID: %d] Hive-By %s y o del Servidor.", nAcusado, killerid, nVitima);
SendClientMessageToAll(VermelhoClaro, string);
format(string, sizeof(string), "Hor hacer Drive-By %s.", nVitima);
SendClientMessage(killerid, Branco, string);
Kick(killerid);
return 1;
}
return 1;
}
EDIT: Ahora que miro, esa funciуn no es para la ID que queres vos... Esa funciуn es para la id del vehнculo en SAMP. Vos queres la del rinho y huntler esa son id de MODEL0S, tenes que usar asн ( cуmo editй ahora... )