[Pomoc] Editovanje GM-a

Započeo NAN0, Septembar 05, 2012, 10:22:40 PRE PODNE

prethodna tema - sledeća tema

0 članova i 3 gostiju pregledaju ovu temu.

kripta koju koristim:  City Life
Detaljan opis problema:
Pozdrav.Tek sam kupio samp server i skinuo sam mod City Life ... E sad kad udjem na server u gornjem lijevom i u donjem desnom cosku mi pise "City Life" kako to da promjenim ? Otvarao sam .pwn I sve tekstove iz "City Life" promjenio u "Moj Server" kompilovo (F5) uploado na host ali opet je sve ostalo isto :S Jel se sve to mjenja u .pwn moda ili ima jos negdje nesto ?
Dio skripte: /
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
Respect
Stexi , Sabo(T), GreeDy.amx

Verotvatno ti je taj textdraw filterskripta , pogledaj u folderu filterscripts.

Citat: αησηумσÏ...Ñ• poslato Septembar 05, 2012, 10:32:35 PRE PODNE
Verotvatno ti je taj textdraw filterskripta , pogledaj u folderu filterscripts.

Imam u filterscripts TD.amx sta cu sad sa njim ? :D Ovo mi je prvi server brate pa ne znam ama bas nista :D
Respect
Stexi , Sabo(T), GreeDy.amx

Kad otvoris folder i pise ti dole server.cfg otvori taj fajl i prekopiraj celo to i postavi ovde

imas u scriptfiles Logo3 logo2 i logo tu ti je to oko tih texdrawova

Citat: arambasa poslato Septembar 05, 2012, 13:15:20 POSLE PODNE
imas u scriptfiles Logo3 logo2 i logo tu ti je to oko tih texdrawova

I to je zaminjeno brate al opet nista :S
Respect
Stexi , Sabo(T), GreeDy.amx

Nemoguce
[quote author=[OG:RP] αησηумσÏ...Ñ• link=topic=52745.msg384046#msg384046
date=1346837991]
Kad otvoris folder i pise ti dole server.cfg otvori taj fajl i prekopiraj celo to i postavi ovde
[/quote]

Uradi ovo sto sam ti napisao iznad

Edit zajebo sam se :D jel ti nepise slucajno CLRP ? ako ti to pise otvori pwn od gm i kucaj CLRP ili kako ti je vec i promeni
Poslednja Izmena: Septembar 06, 2012, 08:56:07 PRE PODNE od [OG:RP] αησηумσυѕ

[quote author=[OG:RP] αησηумσÏ...Ñ• link=topic=52745.msg384636#msg384636 date=1346914509]
Nemoguce
[quote author=[OG:RP] αησηумσÏ...Ñ• link=topic=52745.msg384046#msg384046
date=1346837991]
Kad otvoris folder i pise ti dole server.cfg otvori taj fajl i prekopiraj celo to i postavi ovde
[/quote]

Uradi ovo sto sam ti napisao iznad

Edit zajebo sam se :D jel ti nepise slucajno CLRP ? ako ti to pise otvori pwn od gm i kucaj CLRP ili kako ti je vec i promeni
[/quote]

Da pise CLRP i otvorim ja u pawnu CLRP.pwn i tu sam promjenio sve sto se promjeniti moglo al opet isto... Ne kontam vise sta da radim :S
Respect
Stexi , Sabo(T), GreeDy.amx

Boris Spice


Citat: BURPG|Boris Spice.pwn poslato Septembar 06, 2012, 12:05:03 POSLE PODNE
Aj slikaj taj text...

http://pokit.org/get/img/0a8c267ab8e3489d93d8d843d14f8931.jpg eto brate znaci ni jedan tekst nije izmjenjen,a u .pwn moda je sve izmjenjeno :D
Respect
Stexi , Sabo(T), GreeDy.amx


Citat: dock poslato Septembar 06, 2012, 12:10:49 POSLE PODNE
pod ongamemodeinit daj textdrawove :)

public OnGameModeInit()
{

// ConnectNPC("Makaveli","Makaveli");
// ConnectNPC("Bus_Driver1","busnpc1");
    ex_bomb_text3d[1] = Create3DTextLabel("(BOMBA)\nDa kupis eksploziv pisi: {FFFFFF}/kupieksploziv", 0x00FFFFAA, 2808.0781,-1176.4591,25.7776, 20, 0, 1);
ex_bomb_text3d[2] = Create3DTextLabel("(BOMBA)\nDa kupis detonator pisi: {FFFFFF}/kupidetonator", 0x00FFFFAA, 2522.6499,-2018.7286,14.4744, 20, 0, 1);
ex_bomb_text3d[3] = Create3DTextLabel("(BOMBA)\nDa napravis bombu pisi: {FFFFFF}/napravibombu", 0x00FFFFAA, 2719.1431,-2517.7766,17.7672, 20, 0, 1);
CreateDynamicPickup(3016, 1, 2808.0781,-1176.4591,25.3776, 0);
CreateDynamicPickup(3016, 1, 2522.6499,-2018.7286,14.0744, 0);
CreateDynamicPickup(3016, 1, 2719.1431,-2517.7766,17.3672, 0);
    new string[MAX_PLAYER_NAME];
    new string1[MAX_PLAYER_NAME];
    new PropertyString[256];
for (new x = 1; x < MAX_VEHICLES; x++)
{
VehicleLightsOn[x] = false;
}
for(new c=0;c<CAR_AMOUNT;c++)
{
Gas[c] = GasMax;
}
CreateFoodMenus();
CreateGuideMenus();
CreateLicensesMenuMenus();
LoadProperty();
StanProperty();
LoadBizz();
LoadSBizz();
LoadBoxer();
LoadStuff();
LoadIRC();
LoadFamilies();
LoadCK();
LoadTurfs();
LoadPapers();
LoadDrugSystem();
LoadMatsSystem();
LoadHQLocks();
UcitajMaterijale();//TEST MATERIJALI
UcitajDrogu();
UcitajZone();
LoadMods();
for(new i = 0; i < 20; i++) Grupa1[i] = INVALID_VEHICLE_ID, Grupa2[i] = INVALID_VEHICLE_ID;
for(new i = 0; i < 12; i++) Grupa3[i] = INVALID_VEHICLE_ID, Grupa4[i] = INVALID_VEHICLE_ID;
Grupa1Kreirana = false;
Grupa2Kreirana = false;
Grupa3Kreirana = false;
Grupa4Kreirana = false;
IRCInfo[0][iPlayers] = 0; IRCInfo[1][iPlayers] = 0; IRCInfo[2][iPlayers] = 0;
IRCInfo[3][iPlayers] = 0; IRCInfo[4][iPlayers] = 0; IRCInfo[5][iPlayers] = 0;
IRCInfo[6][iPlayers] = 0; IRCInfo[7][iPlayers] = 0; IRCInfo[8][iPlayers] = 0;
IRCInfo[9][iPlayers] = 0;
News[hTaken1] = 0; News[hTaken2] = 0; News[hTaken3] = 0; News[hTaken4] = 0; News[hTaken5] = 0;
format(string, sizeof(string), "Nothing");
strmid(News[hAdd1], string, 0, strlen(string), 255);
strmid(News[hAdd2], string, 0, strlen(string), 255);
strmid(News[hAdd3], string, 0, strlen(string), 255);
strmid(News[hAdd4], string, 0, strlen(string), 255);
strmid(News[hAdd5], string, 0, strlen(string), 255);
format(string1, sizeof(string1), "Niko");
strmid(News[hContact1], string1, 0, strlen(string1), 255);
strmid(News[hContact2], string1, 0, strlen(string1), 255);
strmid(News[hContact3], string1, 0, strlen(string1), 255);
strmid(News[hContact4], string1, 0, strlen(string1), 255);
strmid(News[hContact5], string1, 0, strlen(string1), 255);
PlayerHaul[190][pCapasity] = 100;
PlayerHaul[191][pCapasity] = 100;
PlayerHaul[192][pCapasity] = 50;
PlayerHaul[193][pCapasity] = 50;
SetGameModeText("CL:RP 1.0.1 by Nino");
SendRconCommand("mapname • Los Santos •");
SendRconCommand("weburl www.vardeks.com");
format(objstore, sizeof(objstore), "MOLE: Trenutno nemam nista, javi se kasnije.");
format(cbjstore, sizeof(cbjstore), "BAZA: Nema nista u vasoj blizini, out.");
format(motd, sizeof(motd), "Dobrodosli na Vardeks RPG/DM Server.");
format(motd, sizeof(motd), "Nadamo se da vam se svidja Server.")
gettime(ghour, gminute, gsecond);
FixHour(ghour);
ghour = shifthour;
if(!realtime)
{
SetWorldTime(wtime);
}
SetNameTagDrawDistance(20);
SetPDistance(10);
AllowInteriorWeapons(1);
AllowAdminTeleport(0);
UsePlayerPedAnims();  //server uklonjen! walking
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);

SetTimer("Starting", 10000, 0);


Valjda sam ubo to sto trazis xD
Poslednja Izmena: Septembar 06, 2012, 12:17:07 POSLE PODNE od Demonijak
Respect
Stexi , Sabo(T), GreeDy.amx

Nisi ispod toga ti pise TextDraw5 tj ne znam koji al tako pise daj to ovamo

[quote author=[OG:RP] αησηумσÏ...Ñ• link=topic=52745.msg384706#msg384706 date=1346927476]
Nisi ispod toga ti pise TextDraw5 tj ne znam koji al tako pise daj to ovamo
[/quote]

SetTimer("RandomMessage",5000,1);

General[0] = TextDrawCreate(554.000000, 414.000000, "_");
TextDrawBackgroundColor(General[0], 255);
TextDrawFont(General[0], 1);
TextDrawLetterSize(General[0], 0.500000, 2.599999);
TextDrawColor(General[0], -1);
TextDrawSetOutline(General[0], 0);
TextDrawSetProportional(General[0], 1);
TextDrawSetShadow(General[0], 1);
TextDrawUseBox(General[0], 1);
TextDrawBoxColor(General[0], 70);
TextDrawTextSize(General[0], 628.000000, 0.000000);

General[1] = TextDrawCreate(554.000000, 440.000000, "_");
TextDrawBackgroundColor(General[1], 255);
TextDrawFont(General[1], 1);
TextDrawLetterSize(General[1], 0.500000, -0.300000);
TextDrawColor(General[1], -1);
TextDrawSetOutline(General[1], 0);
TextDrawSetProportional(General[1], 1);
TextDrawSetShadow(General[1], 1);
TextDrawUseBox(General[1], 1);
TextDrawBoxColor(General[1], 120);
TextDrawTextSize(General[1], 628.000000, 0.000000);

General[2] = TextDrawCreate(554.000000, 414.000000, "_");
TextDrawBackgroundColor(General[2], 255);
TextDrawFont(General[2], 1);
TextDrawLetterSize(General[2], 0.500000, -0.300000);
TextDrawColor(General[2], -1);
TextDrawSetOutline(General[2], 0);
TextDrawSetProportional(General[2], 1);
TextDrawSetShadow(General[2], 1);
TextDrawUseBox(General[2], 1);
TextDrawBoxColor(General[2], 120);
TextDrawTextSize(General[2], 628.000000, 0.000000);

General[3] = TextDrawCreate(631.000000, 414.000000, "_");
TextDrawBackgroundColor(General[3], 255);
TextDrawFont(General[3], 1);
TextDrawLetterSize(General[3], 0.500000, 2.599999);
TextDrawColor(General[3], -1);
TextDrawSetOutline(General[3], 0);
TextDrawSetProportional(General[3], 1);
TextDrawSetShadow(General[3], 1);
TextDrawUseBox(General[3], 1);
TextDrawBoxColor(General[3], 120);
TextDrawTextSize(General[3], 629.000000, 0.000000);

General[4] = TextDrawCreate(554.000000, 414.000000, "_");
TextDrawBackgroundColor(General[4], 255);
TextDrawFont(General[4], 1);
TextDrawLetterSize(General[4], 0.500000, 2.599999);
TextDrawColor(General[4], -1);
TextDrawSetOutline(General[4], 0);
TextDrawSetProportional(General[4], 1);
TextDrawSetShadow(General[4], 1);
TextDrawUseBox(General[4], 1);
TextDrawBoxColor(General[4], 120);
TextDrawTextSize(General[4], 550.000000, 0.000000);

Gear[0] = TextDrawCreate(558.000000, 430.000000, "_");
TextDrawBackgroundColor(Gear[0], 255);
TextDrawFont(Gear[0], 1);
TextDrawLetterSize(Gear[0], 0.500000, 0.399999);
TextDrawColor(Gear[0], -1);
TextDrawSetOutline(Gear[0], 0);
TextDrawSetProportional(Gear[0], 1);
TextDrawSetShadow(Gear[0], 1);
TextDrawUseBox(Gear[0], 1);
TextDrawBoxColor(Gear[0], -1);
TextDrawTextSize(Gear[0], 553.000000, 0.000000);

Gear[1] = TextDrawCreate(562.000000, 427.399993, "_");
TextDrawBackgroundColor(Gear[1], 255);
TextDrawFont(Gear[1], 1);
TextDrawLetterSize(Gear[1], 0.549999, 0.699999);
TextDrawColor(Gear[1], -1);
TextDrawSetOutline(Gear[1], 0);
TextDrawSetProportional(Gear[1], 1);
TextDrawSetShadow(Gear[1], 1);
TextDrawUseBox(Gear[1], 1);
TextDrawBoxColor(Gear[1], -151807233);
TextDrawTextSize(Gear[1], 557.000000, 0.000000);

Gear[2] = TextDrawCreate(566.000000, 424.600006, "_");
TextDrawBackgroundColor(Gear[2], 255);
TextDrawFont(Gear[2], 1);
TextDrawLetterSize(Gear[2], 0.549999, 1.000000);
TextDrawColor(Gear[2], -1);
TextDrawSetOutline(Gear[2], 0);
TextDrawSetProportional(Gear[2], 1);
TextDrawSetShadow(Gear[2], 1);
TextDrawUseBox(Gear[2], 1);
TextDrawBoxColor(Gear[2], -1823745);
TextDrawTextSize(Gear[2], 561.000000, 0.000000);

Gear[3] = TextDrawCreate(570.000000, 422.000000, "_");
TextDrawBackgroundColor(Gear[3], 255);
TextDrawFont(Gear[3], 1);
TextDrawLetterSize(Gear[3], 0.549999, 1.300000);
TextDrawColor(Gear[3], -1);
TextDrawSetOutline(Gear[3], 0);
TextDrawSetProportional(Gear[3], 1);
TextDrawSetShadow(Gear[3], 1);
TextDrawUseBox(Gear[3], 1);
TextDrawBoxColor(Gear[3], -1813566465);
TextDrawTextSize(Gear[3], 565.000000, 0.000000);

Gear[4] = TextDrawCreate(574.000000, 419.299987, "_");
TextDrawBackgroundColor(Gear[4], 255);
TextDrawFont(Gear[4], 1);
TextDrawLetterSize(Gear[4], 0.549999, 1.600000);
TextDrawColor(Gear[4], -1);
TextDrawSetOutline(Gear[4], 0);
TextDrawSetProportional(Gear[4], 1);
TextDrawSetShadow(Gear[4], 1);
TextDrawUseBox(Gear[4], 1);
TextDrawBoxColor(Gear[4], -1813566465);
TextDrawTextSize(Gear[4], 569.000000, 0.000000);

Gear[5] = TextDrawCreate(578.000000, 417.299987, "_");
TextDrawBackgroundColor(Gear[5], 255);
TextDrawFont(Gear[5], 1);
TextDrawLetterSize(Gear[5], 0.549999, 1.800000);
TextDrawColor(Gear[5], -1);
TextDrawSetOutline(Gear[5], 0);
TextDrawSetProportional(Gear[5], 1);
TextDrawSetShadow(Gear[5], 1);
TextDrawUseBox(Gear[5], 1);
TextDrawBoxColor(Gear[5], -16776961);
TextDrawTextSize(Gear[5], 573.000000, 0.000000);


poruke = TextDrawCreate(1.000000, 434.000000,"~y~Dobrodosli na ~w~Vardeks RPG/DM!");
TextDrawAlignment(poruke,0);
  TextDrawBackgroundColor(poruke,0x000000ff);
    TextDrawFont(poruke,1);
    TextDrawLetterSize(poruke, 0.279999, 1.299997);
    TextDrawColor(poruke,0x33CCFFAA);
    TextDrawSetOutline(poruke,0);
    TextDrawSetProportional(poruke,1);
    TextDrawSetShadow(poruke,1);
   
    EUM_Textdraw = TextDrawCreate(24.000000, 118.000000, "_");
TextDrawBackgroundColor(EUM_Textdraw, 255);
TextDrawFont(EUM_Textdraw, 1);
TextDrawLetterSize(EUM_Textdraw, 0.270000, 1.000000);
TextDrawColor(EUM_Textdraw, -1);
TextDrawSetOutline(EUM_Textdraw, 0);
TextDrawSetProportional(EUM_Textdraw, 1);
TextDrawSetShadow(EUM_Textdraw, 1);
TextDrawUseBox(EUM_Textdraw, 1);
TextDrawBoxColor(EUM_Textdraw, 555819339);
TextDrawTextSize(EUM_Textdraw, 209.000000, 0.000000);
   
    prp0 = TextDrawCreate(57.000000, 328.000000, " ");
    TextDrawBackgroundColor(prp0, 255);
    TextDrawFont(prp0, 0);
    TextDrawLetterSize(prp0, 0.589999, 2.100000);
    TextDrawColor(prp0, -16776961);
    TextDrawSetOutline(prp0, 1);
    TextDrawSetProportional(prp0, 1);

    prp1 = TextDrawCreate(89.000000, 333.000000, "");
    TextDrawBackgroundColor(prp1, 255);
    TextDrawFont(prp1, 0);
    TextDrawLetterSize(prp1, 0.500000, 2.299999);
    TextDrawColor(prp1, -1);
    TextDrawSetOutline(prp1, 1);
    TextDrawSetProportional(prp1, 1);

    prp2 = TextDrawCreate(115.000000, 343.000000, "By");
    TextDrawBackgroundColor(prp2, 255);
    TextDrawFont(prp2, 0);
    TextDrawLetterSize(prp2, 0.509999, 1.500000);
    TextDrawColor(prp2, -65281);
    TextDrawSetOutline(prp2, 1);
    TextDrawSetProportional(prp2, 1);

    prp3 = TextDrawCreate(134.000000, 354.000000, "Nino");
    TextDrawAlignment(prp3, 2);
    TextDrawBackgroundColor(prp3, 255);
    TextDrawFont(prp3, 0);
    TextDrawLetterSize(prp3, 0.440000, 1.900000);
    TextDrawColor(prp3, -65281);
    TextDrawSetOutline(prp3, 1);
    TextDrawSetProportional(prp3, 1);

    logo0 = TextDrawCreate(541.000000, 12.000000, "Vardeks");
TextDrawBackgroundColor(logo0, 255);
TextDrawFont(logo0, 3);
TextDrawLetterSize(logo0, 0.549999, 1.700000);
TextDrawColor(logo0, 512819199);
TextDrawSetOutline(logo0, 0);
TextDrawSetProportional(logo0, 1);
TextDrawSetShadow(logo0, 1);

logo1 = TextDrawCreate(597.000000, 28.000000, "RPG/DM");
TextDrawBackgroundColor(logo1, 255);
TextDrawFont(logo1, 3);
TextDrawLetterSize(logo1, 0.269999, 0.900000);
TextDrawColor(logo1, -7601921);
TextDrawSetOutline(logo1, 0);
TextDrawSetProportional(logo1, 1);
TextDrawSetShadow(logo1, 1);

logo2 = TextDrawCreate(575.000000, 5.000000, " ");
TextDrawBackgroundColor(logo2, 255);
TextDrawFont(logo2, 2);
TextDrawLetterSize(logo2, 0.260000, 1.200000);
TextDrawColor(logo2, -16776961);
TextDrawSetOutline(logo2, 0);
TextDrawSetProportional(logo2, 1);
TextDrawSetShadow(logo2, 1);

txtAnimHelper = TextDrawCreate(610.0, 400.0,"~b~~k~~PED_LOCK_TARGET~ ~w~za prekid animacije...");
TextDrawUseBox(txtAnimHelper, 0);
TextDrawFont(txtAnimHelper, 2);
TextDrawSetShadow(txtAnimHelper,0); // no shadow
    TextDrawSetOutline(txtAnimHelper,1); // thickness 1
    TextDrawBackgroundColor(txtAnimHelper,0x000000FF);
    TextDrawColor(txtAnimHelper,0xFFFFFFFF);
    TextDrawAlignment(txtAnimHelper,3); // align right
   

//TextDraw na Konektiranju
ulazak0 = TextDrawCreate(11.000000,102.000000,"////////////////////////////////////////////////");
ulazak1 = TextDrawCreate(11.000000,334.000000,"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
TextDrawUseBox(ulazak0,0);
TextDrawBoxColor(ulazak0,0x000000ff);
TextDrawTextSize(ulazak0,628.000000,0.000000);
TextDrawUseBox(ulazak1,0);
TextDrawBoxColor(ulazak1,0x000000ff);
TextDrawTextSize(ulazak1,628.000000,3.000000);
TextDrawAlignment(ulazak0,0);
TextDrawAlignment(ulazak1,0);
TextDrawBackgroundColor(ulazak0,0x000000ff);
TextDrawBackgroundColor(ulazak1,0x000000ff);
TextDrawFont(ulazak0,0);
TextDrawLetterSize(ulazak0,1.000000,1.000000);
TextDrawFont(ulazak1,0);
TextDrawLetterSize(ulazak1,1.000000,1.000000);
TextDrawColor(ulazak0,0x0000ffff);
TextDrawColor(ulazak1,0x0000ffff);
TextDrawSetOutline(ulazak0,1);
TextDrawSetOutline(ulazak1,1);
TextDrawSetProportional(ulazak0,1);
TextDrawSetProportional(ulazak1,1);
TextDrawSetShadow(ulazak1,10);

    textcl5 = TextDrawCreate(540.000000, 422.000000, "Ucitavanje ...");
    TextDrawBackgroundColor(textcl5, 255);
    TextDrawFont(textcl5, 0);
    TextDrawLetterSize(textcl5, 0.539999, 2.399999);
    TextDrawColor(textcl5, -1);
    TextDrawSetOutline(textcl5, 1);
    TextDrawSetProportional(textcl5, 1);
   
    Lijevat = TextDrawCreate(122.000000, 342.000000, "~y~Koristi ~w~lijevu ~y~tipku misa da biras izmedju skinova.");
TextDrawBackgroundColor(Lijevat, 255);
TextDrawFont(Lijevat, 1);
TextDrawLetterSize(Lijevat, 0.260000, 1.299999);
TextDrawColor(Lijevat, -1);
TextDrawSetOutline(Lijevat, 1);
TextDrawSetProportional(Lijevat, 1);

TipkaC = TextDrawCreate(137.000000, 360.000000, "~y~Kada se odlucis koristi tipku ~w~C ~y~da kupis skin.");
TextDrawBackgroundColor(TipkaC, 255);
TextDrawFont(TipkaC, 1);
TextDrawLetterSize(TipkaC, 0.260000, 1.299999);
TextDrawColor(TipkaC, -1);
TextDrawSetOutline(TipkaC, 1);
TextDrawSetProportional(TipkaC, 1);

Novinari = TextDrawCreate(139.000000, 374.000000,"_");
    TextDrawAlignment(Novinari,0);
    TextDrawBackgroundColor(Novinari,0x000000ff);
    TextDrawFont(Novinari,1);
    TextDrawLetterSize(Novinari,0.299999,1.000000);
    TextDrawColor(Novinari,0x33CCFFAA);
    TextDrawSetOutline(Novinari,1);
    TextDrawSetProportional(Novinari,1);
    TextDrawSetShadow(Novinari,1);


Eto proberite :D
Respect
Stexi , Sabo(T), GreeDy.amx

Zna neko ljudi ? Pomagajte hitno mi je !!  :'( :'( :'(  ???
Respect
Stexi , Sabo(T), GreeDy.amx