Ajudinha aki
#2

Quando o cara sair do carro o cinto vai sair automatico

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


Messages In This Thread
Ajudinha aki [RESOLVIDO] - by saulophb - 02.12.2010, 17:18
Re: Ajudinha aki - by keller012 - 02.12.2010, 17:27
Re: Ajudinha aki - by saulophb - 02.12.2010, 17:47
Re: Ajudinha aki - by keller012 - 02.12.2010, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)