Pretraga

Pritisnite Enter za pretragu ili Escape za zatvaranje

Zaključano

[FILTERSKRIPTA] Baklja i CreatePickup by:Yuri Boyka (Ja)

pre 13 godina
2,290
pregleda
14
postova
Ova tema je zaključana. Samo moderatori i administratori mogu odgovarati.
Enver BagvoLL
Street Runner
pre 13 godina
Baklja -----------------------

Pancir -----------------------
Papagaj --------------------

Createpickup---------------




Ocjenite 1/10
poslje Filterskripta
Daki
Hustler
pre 13 godina
Nije lose 8/10 🙂
MusaTM87
Made Man
pre 13 godina
nije lose ali sumnjam da si ti ovo radio 😛
Mike the one
Shot Caller
pre 13 godina
8/10
BTL Vucko
Shot Caller
pre 13 godina
.::CubbyXx::. wrote on January 17, 2013, 6:43 pm:
8/10
Enver BagvoLL
Street Runner
pre 13 godina
Hvala momci  😎  😎  😎
eQ| Cubee
Kingpin
pre 13 godina
Lijepo, pohvala za trud
Enver BagvoLL
Street Runner
pre 13 godina
Ovo je bila filterskripta ali sam ja napravijo paw

//==================================Create Pickup===============================//
if(strcmp(cmd, "/createpickup", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "Koristi: /createpickup [Model Id] ");
SendClientMessage(playerid, COLOR_GREY, "HINT: | 1240 - Health | 1242 - Armour | 1241 - Ad Pill | 1247 - Bribe |");
return 1;
}
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X,Y,Z);
  new model;
model = strval(tmp);
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "Koristi: /createpickup [Model Id] ");
SendClientMessage(playerid, COLOR_GREY, "HINT: | 1240 - Health | 1242 - Armour | 1241 - Ad Pill | 1247 - Bribe |");
return 1;
}
new type;
type = strval(tmp);
if (PlayerInfo >=1341)
{
    if((model >= 1210 && model <= 1325) && (model >= 321 && model <= 372)) { SendClientMessage(playerid, COLOR_GRAD2, "HINT: Only Models above 1210, and below 1325; above 321 and below 373 are allowed!"); return 1; }
    if(type < 1 || type > 3) { SendClientMessage(playerid, COLOR_GRAD2, "HINT: Only Types: 1,2,3 Are allowed (Use Type 2 If you don't know them)"); return 1; }
CreateDynamicPickup(model, type, X,Y,Z);
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s has Created a Pickup at X:%f Y:%f Z:%f [Model: %d - Type: %d]",d,m,y,h,mi,s,sendername,X,Y,Z,model,type);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "** Niste ovlasceni za koriscenje ove komande!");
}
}
return 1;
}
//=================================Objectsoff===================================//
if(strcmp(cmd, "/objectsoff", true) == 0)
    {
    for(new i=0; i    {
    if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttachedObject(playerid, i);
    }
    return 1;
    }

//================================Komande🙂=====================================//
if(strcmp(cmd, "/baklja", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 3, 3461, 6, 0.069429, 0.032604, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // tikitorch01_lvs - baklja
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi donator!");
    }
    return 1;
    }
    if(strcmp(cmd, "/torbasaparama", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 2, 1550, 1, -0.008714, -0.188819, -0.026564, 159.138153, 86.558647, 0.000000, 1.005565, 0.984468, 1.014210 ); // CJ_MONEY_BAG -
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/pancir", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 373, 1, 0.286601, -0.014752, -0.169651, 74.940216, 23.071197, 33.927280, 1.000000, 1.000000, 1.000000 ); // armour - pancir
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/dollar", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 1274, 1, 0.806575, 0.052928, 0.013146, 0.000000, 87.540878, 0.000000, 1.000000, 1.000000, 1.000000 ); // bigdollar - dolar
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/vatrenikostur", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 3524, 6, 0.100679, -0.061841, 2.545831, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // skullpillar01_lvs - vatrenikostur
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/potkovica", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 954, 1, 0.954922, 0.030687, 0.000000, 0.000000, 268.403228, 0.000000, 1.000000, 1.000000, 1.000000 ); // cj_horse_Shoe - potkovica
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/papagaj", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 19078, 1, 0.311434, -0.063826, -0.161611, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // TheParrot1 - papagaj
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/katana", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 339, 1, -0.248040, 0.000000, 0.178634, 88.912078, 172.776626, 5.334595, 1.000000, 1.000000, 1.000000 ); // katana - sablja
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/testera", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 341, 1, -0.340437, -0.203787, -0.068695, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // chnsaw - testera
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/drvo", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 674, 1, -1.193789, 0.051014, 0.099190, 0.000000, 90.430030, 0.000000, 1.000000, 1.000000, 1.000000 ); // sm_des_josh_lrg1 - drvo
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/vodokotlic", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 1211, 1, 0.916536, 0.012704, -0.003792, 0.000000, 89.479736, 0.000000, 1.000000, 1.000000, 1.000000 ); // fire_hydrant - vodokotlic
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/tabla", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 1233, 6, 0.085374, 0.030156, 1.154913, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // noparkingsign1 - tabla
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/nilskikonj", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 1371, 1, 0.177012, 0.000000, -0.008047, 0.000000, 89.795104, 182.353408, 1.000000, 1.000000, 1.000000 ); // CJ_HIPPO_BIN - nilski
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/pec", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 1777, 1, -0.455288, 0.122999, 0.000000, 0.000000, 90.075103, 177.894760, 1.000000, 1.000000, 1.000000 ); // CJ_COOKER1 - pec
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }
        if(strcmp(cmd, "/m4", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 356, 1, 0.222186, -0.146085, 0.085346, 0.000000, 151.341934, 0.000000, 1.000000, 1.000000, 1.000000 ); // m4 - m4
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }
    if(strcmp(cmd, "/ak47", true) == 0)
    {
  if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 355, 1, 0.253790, -0.141571, 0.094299, 0.000000, 155.042755, 0.000000, 1.000000, 1.000000, 1.000000 ); // ak47 - ak
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }

    if(strcmp(cmd, "/tec9l", true) == 0)
    {
    if (PlayerInfo >=1)
    {
    SetPlayerAttachedObject( playerid, 0, 372, 7, -0.149622, 0.041156, -0.073983, 270.018768, 359.987884, 357.778808, 1.000000, 1.000000, 1.000000 ); // tec9 - tec
    }
    else
    {
    SendClientMessage(playerid, COLOR_GREY, "Nisi VIP!");
    }
    return 1;
    }
Daki
Hustler
pre 13 godina
Nije lose 🙂
CrAzYmAn
Hustler
pre 13 godina
9/10 Dobijas ali sumnjam da si ti ovo radio ti imas talenta samo da DM-as na NooBotu 😄D xD
--Lood--
Crime Lord
pre 12 godina
Lepo 😉
[Black_Dayton]
Enforcer
pre 12 godina
Svida mise panca 10/10 papagaj Ok 8/10 a baklja ima ih hi hi po frmma pa za nju 7/10
Faris_Farkias
Godfather
10
pre 12 godina
Jednostavno za napraviti , pohvala za trud 8/10
gLava
Crime Lord
pre 12 godina
Nije losa fs 7.5/10

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava