[Ajuda] Bloquear armas - 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] Bloquear armas (
/showthread.php?tid=453627)
Bloquear armas -
Powers - 25.07.2013
Pessoal tou tentando bloquear as armas para os player que nгo tem licenзa, eu fis um script desse geito mais nгo funfa.
PHP код:
new Arma = GetPlayerWeapon(playerid);
Arma = GetPlayerWeapon(playerid);
if(PlayerInfo[playerid][pGunLic] == 0 && Arma >= 1 && Arma != 46)
{
SendClientMessage(playerid,COLOR_GREY,"Vocк nгo tem a licenзa nescessбria para portar armas.");
ResetPlayerWeapons(playerid);
}
Re: Bloquear armas -
WLSF - 25.07.2013
Й mais prбtico vocк tratar logo na hora de dar a arma, se for por questхes de licenзa.
pawn Код:
stock PWN_GivePlayerWeapon(playerid, weaponid, ammu)
{
if (PlayerInfo[playerid][pGunLic] == 0)
{
SendClientMessage(playerid, -1, "Vocк nгo tem porte legal para armas.");
}
else
{
GivePlayerWeapon(playerid, weaponid, ammu);
}
}
Re: Bloquear armas -
DarknessPT - 25.07.2013
Se й sу por nгo ter licenзa, nem precisa de usar os id's das armas.
pawn Код:
if(PlayerInfo[playerid][pGunLic] == 0)
{
//...
ResetPlayerWeapons(playerid);
}
Re: Bloquear armas -
Powers - 25.07.2013
Quote:
Originally Posted by Willian_Luigi
Й mais prбtico vocк tratar logo na hora de dar a arma, se for por questхes de licenзa.
pawn Код:
stock PWN_GivePlayerWeapon(playerid, weaponid, ammu) { if (PlayerInfo[playerid][pGunLic] == 0) { SendClientMessage(playerid, -1, "Vocк nгo tem porte legal para armas."); } else { GivePlayerWeapon(playerid, weaponid, ammu); } }
|
Nгo pegou , as arma nгo reseta e nem aparece mensagem
Re: Bloquear armas -
WLSF - 25.07.2013
Uй, vai ver й porque vocк testou com as licenзas entгo...
bota esse code no final do seu GM e faz isso aqui уh
pawn Код:
#define GivePlayerWeapon PWN_GivePlayerWeapon
Re: Bloquear armas -
Powers - 25.07.2013
Quote:
Originally Posted by Willian_Luigi
Uй, vai ver й porque vocк testou com as licenзas entгo...
bota esse code no final do seu GM e faz isso aqui уh
pawn Код:
#define GivePlayerWeapon PWN_GivePlayerWeapon
|
Eu testei sem as licenзas
Eu coloquei isso pegou mais a messagen vocк nгo tem porte ilegal flooda e os comando da unknowm command