[Ajuda] Skin Policial
#1

Intгo tenho um comando aqui de /procurar, Mais to querendo colocar /procurar se o policial tiver fardado ID Skis policial: 283, 282, 285, 280. ai tenho o comando para bloquear para quem nгo ta fardado com este id <-

PHP код:
if(dini_Int(file,"Skin") == ID Skins){
SendClientMessage(playeridVermelho,"[ > ] Vocк nгo esta fardado.");
return 
1;

mais tipo si eu colocar skin 0 б 299 й muito fica fazendo isso -> if(dini_Int(file,"Skin") == 0 || dini_Int(file,"Skin") == 1 dini_Int(file,"Skin") == 2 ){ i por diante

Mais nгo tem otro geito nгo
Reply
#2

PHP код:
if (dini_Int(file,"Skin") == SkinDesejada || dini_Int(file,"Skin") == SkinDesejada2 )
{
    
//Funcoes

Vai fazendo assim.
Reply
#3

PHP код:
for(new 0MAX_PLAYERSi++)
{
    if(
IsPlayerConnected(i))
    {
         if(
GetPlayerSkin(i) == SkinNumber || GetPlayerSkin(i) == SkinNumber || GetPlayerSkin(i) == SkinNumber)
         {
             
//Funзгo
         
}
    }

Reply
#4

ok viw
Reply
#5

pawn Код:
new fardado[MAX_PLAYERS];

CMD:fardar(playerid)
{
     fardado[playerid] = 1;
     return 1;
}

CMD:procurar(playerid, params[])
{
    if(!fardado[playerid]) return SendClientMessage(playerid, -1,"Vocк nгo esta fardado.");
    // Funзхes.
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)