02.12.2010, 17:27
Quando o cara sair do carro o cinto vai sair automatico
Coloca aqui tambem pra caso ele sair do servidor dentro do carro, ai ele volta sem cinto
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
PlayerInfo[playerid][pSeatBelt] = 0;
}
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
PlayerInfo[playerid][pSeatBelt] = 0;
}

