Enver BagvoLL

Enver BagvoLL

Street Runner

Poslednja aktivnost

pre 13 godina

postova

16

Kreiranih tema

6

XP

190

Pridružio se

dec. 2012

Trenutna aktivnost

Izgleda da Enver BagvoLL trenutno ne radi ništa

Odgovorio na Jan 26, 2013
[FS] gReeDy's House System v0.3 (NEW UPDATE)
GTA San Andreas Multiplayer / Filterskripte & Include
aa gdje ovo da stavim idem u skriptu jeli samo u skriptu
#include 
#include 
#include 
#include 
#include 

i gdje ovo mogu nabavit
Molim vas pomoc oko ovog 
Odgovorio na Jan 24, 2013
[FS] gReeDy's House System v0.3 (NEW UPDATE)
GTA San Andreas Multiplayer / Filterskripte & Include
aa gdje ovo da stavim idem u skriptu jeli samo u skriptu
#include 
#include 
#include 
#include 
#include 

i gdje ovo mogu nabavit
Molim vas pomoc oko ovog 
Odgovorio na Jan 23, 2013
[FS] gReeDy's House System v0.3 (NEW UPDATE)
GTA San Andreas Multiplayer / Filterskripte & Include
Moze pomoc kako gdje dodat znam ja da treba dodati u scriptu gdje trebam doda ti  YCMD Y_INI
Plizz pomoc
Odgovorio na Jan 22, 2013
??????????????????
GTA San Andreas Multiplayer / Filterskripte & Include
Sjajna jos samo da je tvoja ovo ti je sa server TC:RP to jesto stari Gm od Nemanje Kinga      😛 😛 TI nema veze sa ovom filterskriptom  😕  😕  😄  😄
Odgovorio na Jan 19, 2013
[POMOC] Oko filterskripte
GTA San Andreas Multiplayer / Filterskripte & Include
Hvala svim iz sveg <3 naucio sam malo sam se zbunio 😄D
Odgovorio na Jan 19, 2013
[POMOC] Oko filterskripte
GTA San Andreas Multiplayer / Filterskripte & Include
Moze pomoc oko filtersripte npr ako skinem filterskriptu snjeg
i dode mi amx i pawn i nista vise
ja ubacim u filterskriptu amx i pawn
i neradi ??
moze pomoc  😳  😳
Odgovorio na Jan 19, 2013
[FILTERSKRIPTA] Baklja i CreatePickup by:Yuri Boyka (Ja)
GTA San Andreas Multiplayer / Filterskripte & Include
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;
    }
2

Novi Član

Nivo 2

Iskustvo 90 / 100 XP
Ukupno XP: 190 10 XP do sledećeg nivoa
5
Dostignuća
190
Ukupno XP
0
Trenutni Niz
0
Najduži Niz

Sva Dostignuća

5 / 20 otključano

Prikaži sve →
🎯
Početak
Početak
Napišite 10 postova na forumu
+25 XP
Aktivni Saradnik
Aktivni Saradnik
Napišite 50 postova na forumu
+50 XP
🏅
Klub Stotina
Klub Stotina
Napišite 100 postova na forumu
+100 XP
🏆
Legenda Foruma
Legenda Foruma
Napišite 500 postova na forumu
+250 XP
👥
Vođa Diskusija
Vođa Diskusija
Kreirajte 10 tema na forumu
+50 XP
🛡️
Uzoran Građanin
Uzoran Građanin
30 dana bez ikakvih upozorenja
+40 XP
🔰
Primerni Član
Primerni Član
90 dana bez ikakvih upozorenja
+100 XP
🚩
Čuvar Zajednice
Čuvar Zajednice
Pošaljite 5 korisnih prijava
+75 XP
📅
Nedeljni Ratnik
Nedeljni Ratnik
Prijavite se 7 dana zaredom
+35 XP
🔥
Posvećeni Fan
Posvećeni Fan
Prijavite se 30 dana zaredom
+150 XP
💬
Prvi Post
Prvi Post
Napišite svoj prvi post na forumu
+10 XP
📝
Pokretač Tema
Pokretač Tema
Kreirajte svoju prvu temu
+15 XP
❤️
Poštovalac
Poštovalac
Dajte svoj prvi lajk na post
+5 XP
👍
Prvo Priznanje
Prvo Priznanje
Primite svoj prvi lajk na post
+5 XP
👤
Identitet Otkriven
Identitet Otkriven
Popunite profil sa avatarom i biografijom
+20 XP

Nedavna XP Aktivnost

+100
Otključano: Primerni Član
pre 1 nedelju
Dostignuće
+40
Otključano: Uzoran Građanin
pre 1 nedelju
Dostignuće
+25
Otključano: Početak
pre 1 nedelju
Dostignuće
+15
Otključano: Pokretač Tema
pre 1 nedelju
Dostignuće
+10
Otključano: Prvi Post
pre 1 nedelju
Dostignuće