Započeo Obrisan korisnik
•8. Okt. 2010.[Pomoc] Terorist komande i Komanda za Banku
1,177
pregleda
7
postova
8. Okt. 2010.
E ljudi ja sam trazio uvijek komande za teroriste ali ne mogu naci i htio bih da budu /givebomb to da samo radi leader, i clanovi i lideri da mogu stavljati /setbomb foot i car.A bomba da se aktivira sa /aktiviraj ili bilo koja komanda.I zelio bih samo jos jednu komandu a to je /robbank da moze clan neke bande ili leader od 3. ranka mogu krasti novac iz banke i da mogu staviti odredjenu poziciju.Hvala unaprijed ( I MOLIM BEZ VRIJEDJANJA I POSTAVLJANJA LINKOVA S VIRUSOM)
Crime Lord
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
934
Postovi:
102
Teme:
Pridružio se:Jul 2010
8. Okt. 2010.
Pa bilo bi lepo da PITAS JOS 100000 PUTA JER SI VEC PITAO ZA ONO 1. Ovako evo ti FS da si malo bolje gledao nasao bi
http://balkan-samp.com/forum/index.php?topic=2823.0
Dalje sam ispravljaj za lidere 😛
Dugo si na ovom forumu i trebao bi se znati snalaziti !
http://balkan-samp.com/forum/index.php?topic=2823.0
Dalje sam ispravljaj za lidere 😛
Dugo si na ovom forumu i trebao bi se znati snalaziti !
Crime Lord
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
934
Postovi:
102
Teme:
Pridružio se:Jul 2010
8. Okt. 2010.
Luis Mendoza wrote on October 8, 2010, 6:09 pm:
ma znam ali jbg FS je drugo xD ali hajd onda hvala na pomoci :-*
Tvoj mozak izbaci takav Error da ga ni restart ne moze spasiti! LoL
Crime Lord
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
934
Postovi:
102
Teme:
Pridružio se:Jul 2010
8. Okt. 2010.
To ti je osnova na tebi je da izmenis da to moze r3 i to sto zelis srecno 😎
if(strcmp(cmd, "/robbank", true) == 0)
{
new success = random(2);
if(BankRobbedRecently == 1)
{
SendClientMessage(playerid, COLOR_GREY, "* This location was robbed recently, try again later");
return 1;
}
if(PlayerInfo >= 1)
{
SendClientMessage(playerid, COLOR_GREY, "* You already attempted or robbed a place recently, please wait.");
return 1;
}
if(IsPlayerInRangeOfPoint(playerid, 2, 2309.6060,-4.0211,26.7422))
{
if(PlayerInfo == 0)
{
if(success == 1)
{
SendClientMessage(playerid, COLOR_ORANGE, "* You are now Robbing the city Hall, please remain in the checkpoint for 95 Seconds!");
RobbingTime = 95;
RobBankTimer = SetTimerEx("RobBank",1000,true,"i",playerid);
WantedPoints = 5;
SetPlayerCriminal(playerid,255, "Robbing the Bank");
PlayerInfo = 900;
CityHallRobbedRecently = 1;
SetTimer("UnsetBankRob",1500000,false);
OnePlayAnim(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0); // Rob Lookout
}
else
{
SendClientMessage(playerid, COLOR_ORANGE, "* You failed to rob the Bank!");
WantedPoints = 2;
SetPlayerCriminal(playerid,255, "Attempting to rob the Bank");
PlayerInfo = 500;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, "* Go Off duty first!");
return 1;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, "* You're not at the Bank Rob Point!");
return 1;
}
return 1;
}
if(strcmp(cmd, "/robbank", true) == 0)
{
new success = random(2);
if(BankRobbedRecently == 1)
{
SendClientMessage(playerid, COLOR_GREY, "* This location was robbed recently, try again later");
return 1;
}
if(PlayerInfo >= 1)
{
SendClientMessage(playerid, COLOR_GREY, "* You already attempted or robbed a place recently, please wait.");
return 1;
}
if(IsPlayerInRangeOfPoint(playerid, 2, 2309.6060,-4.0211,26.7422))
{
if(PlayerInfo == 0)
{
if(success == 1)
{
SendClientMessage(playerid, COLOR_ORANGE, "* You are now Robbing the city Hall, please remain in the checkpoint for 95 Seconds!");
RobbingTime = 95;
RobBankTimer = SetTimerEx("RobBank",1000,true,"i",playerid);
WantedPoints = 5;
SetPlayerCriminal(playerid,255, "Robbing the Bank");
PlayerInfo = 900;
CityHallRobbedRecently = 1;
SetTimer("UnsetBankRob",1500000,false);
OnePlayAnim(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0); // Rob Lookout
}
else
{
SendClientMessage(playerid, COLOR_ORANGE, "* You failed to rob the Bank!");
WantedPoints = 2;
SetPlayerCriminal(playerid,255, "Attempting to rob the Bank");
PlayerInfo = 500;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, "* Go Off duty first!");
return 1;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, "* You're not at the Bank Rob Point!");
return 1;
}
return 1;
}
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava