| Autor | Mesaj |
---|
Rank: Level 5 Sex : Data de inscriere : 20/04/2012 Stare de spirit : HaPpY;x | Subiect: amx_who modificat Vin Apr 20, 2012 10:23 pm |
|
| Descriere: Acest soft va ajuta sa creati mai rapid pluginul amx_who.amxx. Pentru cei care nu stiti, acest pluginul amx_who raspunde la comanda amx_who cand un jucator/admin o tasteaza in consola si afiseaza toate persoanele care au admin pe serverul respectiv. Dupa ce introduceti numele cat si accesele adminilor, apasati pe Salveaza pentru salvarea sursei in format .sma si la urma apasati pe Compilare pentru a va crea fisierul .amxx . Ambele fisiere le gasiti in folderul in care l-ati ales pentru salvare. Mai departe, daca nu stiti sa instalati un plugin, accesati urmatoarea pagina: viewtopic.php?f=38&t=494 Sper sa va foloseasca. In versiunea 1.1 puteti sa va alegeti comanda pentru care vi se afiseaza administratorii: amx_who sau admin_who Download link - http://www.esnips.com/doc/d9e222bc-2.../Amx_WhoGen1.1Instalare: 1] Fisierul amx_who.amx il puneti in addons/amxmodx/plugin 2] Fisierul amx_who.sma il puneti in addons/amxmodx/scipting 3] Acum intrati in addons/amxmodx/config/plugin.ini si adaugati urmatoarele: COD: amx_who.amxx Comenzi: [Console] amx_TekOn Ex.: Accese: [1]~~MaxGame..: [*]:..OwneR~~[1] [2]~~MaxGame..: [*]:..Co-OwneR~~[2] [3]~~MaxGame..: [*]:..AmiraL~~[3] [4]~~MaxGame..: [*]:..MaresaL~~[4] [5]~~MaxGame..: [*]:..GeneraL~~[5] [6]~~MaxGame..: [*]:..ColoneL~~[6] [7]~~MaxGame..: [*]:..Maior~~[7] [8]~~MaxGame..: [*]:..Sergent~~[8] [9]~~MaxGame..: [*]:..Slot~~[9] [10]~~MaxGame..: [*]:..V.I.P.~~[10] Grade: [1].: abcdefghijklmnopqrstu [2].: abcdefghijklmnopqrst [3].: bcdefghijlmnopqrst [4].: bcdefghijlmnopqrs [5].: bcdefgijlmnopqr [6].: bcdefgijmnop [7].: bcdefgijmn [8].: bcefijmn [9].: b [10].:ab |
| | |
Rank: Owner Server Sex : Data de inscriere : 15/04/2012 Stare de spirit : Buna(SAL XD) | Subiect: Re: amx_who modificat Sam Apr 21, 2012 12:05 am |
|
| bv |
| | | |
Subiecte similare | |
|
Pagina 1 din 1 | |
| Permisiunile acestui forum: | Nu puteti raspunde la subiectele acestui forum
| |
| | ');
iframeDoc.close();
pbjs.renderAd(iframeDoc, winningBid.adId);
} else {
let fallback_html = '' + adUnit.custom_fallback.replaceAll("scr' + 'ipt", "script");
iframe.contentDocument.open();
iframe.contentDocument.write(fallback_html);
iframe.contentDocument.close();
}
}
const sendAdserverRequest = () => {
if (pbjs.adserverRequestSent) return;
pbjs.adserverRequestSent = true;
adUnits.forEach(function(adUnit) {
renderWinningBidOrFallback(adUnit);
});
};
const requestBids = () => {
pbjs.adserverRequestSent = false;
pbjs.requestBids({
bidsBackHandler: sendAdserverRequest,
timeout: PREBID_TIMEOUT
});
};
pbjs.que.push(() => {
pbjs.setConfig({
"userSync": {
"syncEnabled": true,
"userIds": [
{
"name": "criteo"
}
],
"syncsPerBidder": 3,
"syncDelay": 3000,
"topics": {
"maxTopics": 5,
"vendors": [
"criteo"
]
}
},
"consentManagement": {
"gdpr": {
"cmpApi": "iab",
"timeout": 500,
"actionTimeout": 10000,
"defaultGdprScope": true,
"allowAuctionWithoutConsent": true
},
"usp": {
"cmpApi": "iab",
"timeout": 1000,
"allowAuctionWithoutConsent": true
}
},
"priceGranularity": {
"buckets": [
{
"precision": 2,
"min": 0,
"max": 5,
"increment": 0.01
},
{
"precision": 2,
"min": null,
"max": 8,
"increment": 0.02
},
{
"precision": 2,
"min": null,
"max": 15,
"increment": 0.05
},
{
"precision": 2,
"min": null,
"max": 20,
"increment": 0.1
},
{
"precision": 2,
"min": null,
"max": 50,
"increment": 0.5
}
]
},
"bidderSettings": {
"criteo": {
"storageAllowed": true
}
},
"paapi": {
"enabled": true,
"bidders": [
"criteo"
],
"defaultForSlots": 1,
"gpt": {
"configWithTargeting": false
}
},
"bidderConfig": {
"bidders": [
"criteo"
],
"config": {
"ortb2": {
"user": {
"ext": {
"consent": {
"source": "sirdata",
"gdprApplies": true
},
"data": {
"eids": [
{
"source": "all-up.com",
"uids": [
{
"id": "d41d8cd98f00b204e9800998ecf8427e",
"atype": 3,
"ext": {
"stype": "hemmd5"
}
},
{
"id": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"atype": 3,
"ext": {
"stype": "hemsha256"
}
}
]
}
]
}
}
}
}
}
}
});
pbjs.addAdUnits(adUnits);
requestBids();
});
setTimeout(() => { sendAdserverRequest(); }, FAILSAFE_TIMEOUT);
|