25.07.2013, 18:47
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);
}