[DUV] Shotgun Bug.
#5

Isto й propio do original Gta San andreas
Se quiser pode retirar a arma do jogador quando entra no veiculo mais se usar a funзгo exemplos

Code:
#define ResertarArmasJogador ResetPlayerWeapons

public OnPlayerStateChange(playerid, newstate, oldstate)
{
   ResertarArmasJogador(playerid);
   return 1;
Isso retiraria a arma do jogador a que ele possui e a que ele teria au entrar no veiculo
Se caso nгo der certo voce deve usar a funзгo que o jogador sai do veiculo

Code:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    ResertarArmasJogador(playerid);
	return 1;
}
Reply


Messages In This Thread
[DUV] Shotgun Bug. - by VitorMondim - 09.07.2010, 13:30
Re: [DUV] Shotgun Bug. - by Flavinho153 - 09.07.2010, 13:45
Re: [DUV] Shotgun Bug. - by KrZ7 - 09.07.2010, 14:18
Re: [DUV] Shotgun Bug. - by BiieL - 09.07.2010, 14:24
Re: [DUV] Shotgun Bug. - by Data_Base - 09.07.2010, 16:11
Re: [DUV] Shotgun Bug. - by StreetGT - 09.07.2010, 16:26
Re: [DUV] Shotgun Bug. - by zSuYaNw - 09.07.2010, 16:54
Re: [DUV] Shotgun Bug. - by StreetGT - 09.07.2010, 17:14
Re: [DUV] Shotgun Bug. - by zSuYaNw - 09.07.2010, 17:19
Re: [DUV] Shotgun Bug. - by ipsBruno - 10.07.2010, 02:55

Forum Jump:


Users browsing this thread: 1 Guest(s)