13.05.2011, 01:49
KODSAKOPDASOKDS nao faзo a minima ideia eu fiz isso tenta.
pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid,playerid)
{
static giveid,string[128],relou[MAX_PLAYER_NAME];
if(!IsPlayerInAnyVehicle(giveid))
{
GetPlayerName(giveid,relou,sizeof(relou));
format(string,sizeof(string),"%s relou em seu carro , bati nele :[",relou);
SendClientMessage(playerid,0xFFFFFFF,string);
}
return 1;
}