Wysłany: 2015-01-25, 03:45
varti122421
Wiek: 27 Na forum: 5093 dni Posty: 24
Nick w MP: [THC]Krycha
Piwa : 1
Wysłany: 2015-02-02, 22:35
DeOrro
Wiek: 31 Na forum: 4264 dni Posty: 19
Nick w MP: Uknown
Piwa : 185
Mi sie wydaje ze to nie by?o w Mapce ale pobiore i zobacze.
[ Dodano : 2015-02-02, 22:44 ]
@edit
Kod: new Text:PM1;
new Text:PM2;
new Text:BialyEkran;
new Text:VannBox;
new Text:LogoGS;
new Text:tdLevelUp;
new Text:Kod;
new Text:KodBox;
new Text:HP[MAX_GRACZY];
new Text:Armour[MAX_GRACZY];
new Text:TextDrawLogoGra1;
new Text:TextDrawLogoGra2;
new Text:TextDrawLogoGra3;
new Text:FragsCount1;
new Text:FragsCount2;
new Text:FragsCount3[MAX_GRACZY];
new Text:TDNick[MAX_GRACZY];
new Text:StatyPingu[MAX_GRACZY];
new Text:TextDrawStaty;
new Text:LevelTD[MAX_GRACZY];
new Text:ExpTD[MAX_GRACZY];
new Text:ZabojstwTD[MAX_GRACZY];
new Text:CzasGryTD[MAX_GRACZY];
new Text:OnlineUsers;
for(new PlayerId = 0; PlayerId < MAX_GRACZY; PlayerId++)
{
Sprite0[PlayerId] = TextDrawCreate(-2.000, 427.000, "LD_DRV:nawtxt");
TextDrawFont(Sprite0[PlayerId], 4);
TextDrawTextSize(Sprite0[PlayerId], 262.000, 34.000);
TextDrawColor(Sprite0[PlayerId], 57);
Sprite1[PlayerId] = TextDrawCreate(260.500, 416.500, "LD_DRV:silfly");
TextDrawFont(Sprite1[PlayerId], 4);
TextDrawTextSize(Sprite1[PlayerId], 388.000, 40.000);
TextDrawColor(Sprite1[PlayerId], 54);
TDNick[PlayerId] = TextDrawCreate(32.000000,434.000000,"~b~~h~~h~(0) ~y~[GS]Xerxes[HA]");
TextDrawAlignment(TDNick[PlayerId],0);
TextDrawBackgroundColor(TDNick[PlayerId],0x00000066);
TextDrawFont(TDNick[PlayerId],1);
TextDrawLetterSize(TDNick[PlayerId],0.299999,1.000000);
TextDrawColor(TDNick[PlayerId],0xffffffff);
TextDrawSetOutline(TDNick[PlayerId],1);
TextDrawSetProportional(TDNick[PlayerId],1);
TextDrawSetShadow(TDNick[PlayerId],1);
StatyPingu[PlayerId] = TextDrawCreate(225.000000,434.000000,"89 ms | 49 fps");
TextDrawAlignment(StatyPingu[PlayerId],3);
TextDrawBackgroundColor(StatyPingu[PlayerId],0xffffff33);
TextDrawFont(StatyPingu[PlayerId],1);
TextDrawLetterSize(StatyPingu[PlayerId],0.199999,1.000000);
TextDrawColor(StatyPingu[PlayerId],0x000000ff);
TextDrawSetOutline(StatyPingu[PlayerId],1);
TextDrawSetShadow(StatyPingu[PlayerId],1);
TextDrawSetProportional(StatyPingu[PlayerId],1);
LevelTD[PlayerId] = TextDrawCreate(321.000000,434.000000,"27");
TextDrawAlignment(LevelTD[PlayerId],0);
TextDrawFont(LevelTD[PlayerId],1);
TextDrawLetterSize(LevelTD[PlayerId],0.299999,1.100000);
TextDrawBackgroundColor(LevelTD[PlayerId],0xffffff33);
TextDrawColor(LevelTD[PlayerId],0x000000ff);
TextDrawSetOutline(LevelTD[PlayerId],1);
TextDrawSetProportional(LevelTD[PlayerId],1);
TextDrawSetShadow(LevelTD[PlayerId],1);
ExpTD[PlayerId] = TextDrawCreate(358.000000,434.000000,"8/24");
TextDrawAlignment(ExpTD[PlayerId],1);
TextDrawBackgroundColor(ExpTD[PlayerId],0xffffff33);
TextDrawFont(ExpTD[PlayerId],1);
TextDrawLetterSize(ExpTD[PlayerId],0.199999,1.100000);
TextDrawColor(ExpTD[PlayerId],0x000000ff);
TextDrawSetOutline(ExpTD[PlayerId],1);
TextDrawSetProportional(ExpTD[PlayerId],1);
TextDrawSetShadow(ExpTD[PlayerId],1);
ZabojstwTD[PlayerId] = TextDrawCreate(435.000000,434.000000,"926");
TextDrawAlignment(ZabojstwTD[PlayerId],0);
TextDrawBackgroundColor(ZabojstwTD[PlayerId],0xffffff33);
TextDrawFont(ZabojstwTD[PlayerId],1);
TextDrawLetterSize(ZabojstwTD[PlayerId],0.299999,1.100000);
TextDrawColor(ZabojstwTD[PlayerId],0x000000ff);
TextDrawSetOutline(ZabojstwTD[PlayerId],1);
TextDrawSetShadow(ZabojstwTD[PlayerId],1);
TextDrawSetProportional(ZabojstwTD[PlayerId],1);
CzasGryTD[PlayerId] = TextDrawCreate(493.000000,434.000000,"2 h 26 min");
TextDrawAlignment(CzasGryTD[PlayerId],0);
TextDrawBackgroundColor(CzasGryTD[PlayerId],0xffffff33);
TextDrawFont(CzasGryTD[PlayerId],1);
TextDrawLetterSize(CzasGryTD[PlayerId],0.299999,1.100000);
TextDrawColor(CzasGryTD[PlayerId],0x000000ff);
TextDrawSetOutline(CzasGryTD[PlayerId],1);
TextDrawSetProportional(CzasGryTD[PlayerId],1);
TextDrawSetShadow(CzasGryTD[PlayerId],1);
}
TextDrawStaty = TextDrawCreate(308.000000,422.000000,"Level: Exp: Zabojstw: Czas grania: Gracze:");
TextDrawAlignment(TextDrawStaty,0);
TextDrawBackgroundColor(TextDrawStaty,0x00000033);
TextDrawFont(TextDrawStaty,1);
TextDrawLetterSize(TextDrawStaty,0.299999,1.200000);
TextDrawColor(TextDrawStaty,0x0080C0FF);
TextDrawSetOutline(TextDrawStaty,1);
TextDrawSetShadow(TextDrawStaty,1);
TextDrawSetProportional(TextDrawStaty,1);
OnlineUsers = TextDrawCreate(617.000000,435.000000,"12|~y~2~w~|~g~2~w~|~r~4");
TextDrawAlignment(OnlineUsers,3);
TextDrawBackgroundColor(OnlineUsers,0x00000033);
TextDrawFont(OnlineUsers,1);
TextDrawLetterSize(OnlineUsers,0.299999,1.000000);
TextDrawColor(OnlineUsers,0xffffffff);
TextDrawSetOutline(OnlineUsers,1);
TextDrawSetProportional(OnlineUsers,1);
TextDrawSetShadow(OnlineUsers,1);
KodBox = TextDrawCreate(469.000, 98.500, "LD_DRV:silver");
TextDrawFont(KodBox, 4);
TextDrawTextSize(KodBox, 167.500, 43.000);
TextDrawColor(KodBox, 51);
new Float:posX = -42.500,Float:posY = 235.0;
for(new x=0;x<10;x++){
ZapisyBack[x] = TextDrawCreate(posX, posY, "LD_DRV:silver");
TextDrawFont(ZapisyBack[x], 4);
TextDrawTextSize(ZapisyBack[x], 89.500, 166.000);
TextDrawColor(ZapisyBack[x], 0x00000008);
posX += 0.7;
}
tdVip = TextDrawCreate(32.000000,298.000000,"Nowosc: Mozliwosc kupna konta Premium.~n~Z wieloma nowymi komendami i udogodnieniami.~n~Wiecej info pod komenda: ~r~~h~/VIP");
TextDrawAlignment(tdVip,0);
TextDrawBackgroundColor(tdVip,0x000000ff);
TextDrawFont(tdVip,1);
TextDrawLetterSize(tdVip,0.199999,1.000000);
TextDrawColor(tdVip,0xffffffff);
TextDrawSetOutline(tdVip,1);
TextDrawSetProportional(tdVip,1);
TextDrawSetShadow(tdVip,1);
Kod = TextDrawCreate(554.000000,107.000000,"~g~~h~Kod do przepisania:~n~~y~/Kod A#DHS#$FHDHDGYX");
TextDrawAlignment(Kod,2);
TextDrawFont(Kod,1);
TextDrawLetterSize(Kod,0.299999,1.500000);
TextDrawColor(Kod,0xffffffff);
TextDrawSetProportional(Kod,1);
TextDrawSetShadow(Kod,1);
Wysłany: 2015-03-23, 16:16
DemonX
Wiek: 30 Na forum: 4157 dni Posty: 2
Nick w MP: DjZiom
Chyba Mapa Kt?ra znalaz?em to ta xD Link Wygas? Prosz? kod Pasku
Kod: new Title[255], String[255];
format(Title, sizeof(Title), "Statystyki gracza %s (id %d):", Player[ShowPlayerId][Name], ShowPlayerId);
format(String, sizeof(String), "Zab?jstw: %d\nZgini??: %d\n?rednia: %.2f\nRespekt: %d\nPoziom: %d\nWizyt: %d\nCzas grania: %s\nWiadomo?ci na czacie: %d\nOstrze?e?: %d/%d\n\n%s", Player[ShowPlayerId][Kills], Player[ShowPlayerId][Deaths], GetPlayerRatio(ShowPlayerId), Player[ShowPlayerId][Exp], Player[ShowPlayerId][Level], Player[ShowPlayerId][Visits], FormatTime(Player[ShowPlayerId][PlayingTime]), Player[ShowPlayerId][Messages], Player[ShowPlayerId][Warns], MAX_WARNS, IsVip);
ShowPlayerDialog(PlayerId, DIALOG_INFO, DIALOG_STYLE_MSGBOX, Title, String, "Zamknij", "Zamknij");
}
Licz? na
Tagi: pasek :: stanu
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: