[Ajuda] Proibir G de desert eagle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Proibir G de desert eagle (
/showthread.php?tid=461463)
Proibir G de desert eagle -
luccagomes15 - 02.09.2013
No meu server da pra tu ficar de g nos carros de desert eagle, ai tu da H com ela fica igual uma metralhadora e explode o carro em uma rajada, mt zuado, eu queria bloquear entrar de G com desert, mas sу de desert, como faz?
Re: Proibir G de desert eagle -
Coe1 - 02.09.2013
pawn Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_PASSENGER)
{
if(GetPlayerWeapon(playerid) == 24)
{
GivePlayerWeapon(playerid, 1, 0);
SendClientMessage(playerid, -1,"[ x ] A arma desert eagle foi removida. ");
return 1;
}
}
return 1;
}
Fiz um code bem rбpido, porйm, nгo testei.