UYARI: GTA 5 'deki gibi ses yoktur ! Sadece Ölünce çıkan basit bir Wasted Textdraw'dır. bu arada anlatımda iyi olmayabilirim kusura bakmayın. :/ wasted.pwn - 11 KB (https://dosya.co/54ikp4skatbn/wasted.pwn.html) < Makaleye tıklayarak örnek görünümü indirebilir ve inceleyerek test edebilirsiniz. Herhangi bir hata almayacaksınız (F5 basın amx dosyası çıkarak server CFG'ye Gamemode yanına wasted yazın.)
// Modun klasörünü açın ve başına bunu eklenew Text:Wasted0;new Text:Wasted1;new Text:Wasted2;new Text:Wasted3;new Text:Wasted4;new Text:Wasted5;new Text:Wasted6;new Text:Wasted7;
// public OnGameModeInit() altına bunu yapıştır. Wasted0 = TextDrawCreate(600.000000, 140.000000, "server ismi"); TextDrawLetterSize(Wasted0, 0.400000, 1.600000); TextDrawAlignment(Wasted0, 3); TextDrawColor(Wasted0, -1); TextDrawSetShado w(Wasted0, 0); TextDrawSetOutline(Wasted0, 0); TextDrawBackgroundColor(Wasted0, 255); TextDrawFont(Wasted0, 2); TextDrawSetProportional(Wasted0, 1); TextDrawSetShado w(Wasted0, 0); Wasted1 = TextDrawCreate(-25.000064, 1.000000, ".");//Arka TextDrawLetterSize(Wasted1, 0.500000, 49.499992); TextDrawTextSize(Wasted1, 655.000000, 0.000000); TextDrawAlignment(Wasted1, 1); TextDrawColor(Wasted1, -1); TextDrawUseBox(Wasted1, 1); TextDrawBoxColor(Wasted1, 150);//deneme //TextDrawBoxColor(Wasted1, 210); TextDrawSetShado w(Wasted1, 0); TextDrawSetOutline(Wasted1, 0); TextDrawBackgroundColor(Wasted1, 255); TextDrawFont(Wasted1, 1); TextDrawSetProportional(Wasted1, 1); TextDrawSetShado w(Wasted1, 0); Wasted2 = TextDrawCreate(-10.000012, 165.039276, "."); //wastek arka kutu eki TextDrawLetterSize(Wasted2, 0.180000, 11.579979); TextDrawTextSize(Wasted2, 658.005615, -3.000000); TextDrawAlignment(Wasted2, 1); TextDrawColor(Wasted2, -1); TextDrawUseBox(Wasted2, 1); TextDrawBoxColor(Wasted2, 120); TextDrawSetShado w(Wasted2, 0); TextDrawSetOutline(Wasted2, 0); TextDrawBackgroundColor(Wasted2, 255); TextDrawFont(Wasted2, 1); TextDrawSetProportional(Wasted2, 1); TextDrawSetShado w(Wasted2, 0); Wasted3 = TextDrawCreate(269.198883, 179.352722, "~r~wasted"); TextDrawLetterSize(Wasted3, 0.789999, 3.999998); TextDrawAlignment(Wasted3, 1); TextDrawColor(Wasted3, -16776961); TextDrawSetShado w(Wasted3, 0); TextDrawSetOutline(Wasted3, 0); TextDrawBackgroundColor(Wasted3, 255); TextDrawFont(Wasted3, 3); TextDrawSetProportional(Wasted3, 1); TextDrawSetShado w(Wasted3, 0); Wasted4 = TextDrawCreate(272.000976, 236.999755, "~w~(~g~~h~geberdin~w~)"); TextDrawLetterSize(Wasted4, 0.559997, 1.799998); TextDrawAlignment(Wasted4, 1); TextDrawColor(Wasted4, -1); TextDrawSetShado w(Wasted4, 0); TextDrawSetOutline(Wasted4, 0); TextDrawBackgroundColor(Wasted4, 255); TextDrawFont(Wasted4, 3); TextDrawSetProportional(Wasted4, 1); TextDrawSetShado w(Wasted4, 0); Wasted5 = TextDrawCreate(-10.000012, 165.039276, ".");//yesil kutu TextDrawLetterSize(Wasted5, 0.180000, 0.109810); TextDrawTextSize(Wasted5, 658.005615, -3.000000); TextDrawAlignment(Wasted5, 1); TextDrawColor(Wasted5, -1); TextDrawUseBox(Wasted5, 1); TextDrawBoxColor(Wasted5, 8388863); TextDrawSetShado w(Wasted5, 0); TextDrawSetOutline(Wasted5, 0); TextDrawBackgroundColor(Wasted5, 255); TextDrawFont(Wasted5, 2); TextDrawSetProportional(Wasted5, 1); TextDrawSetShado w(Wasted5, 0); Wasted6 = TextDrawCreate(-10.000012, 267.845550, ".");//mavi kutu TextDrawLetterSize(Wasted6, 0.180000, 0.109810); TextDrawTextSize(Wasted6, 658.005615, -3.000000); TextDrawAlignment(Wasted6, 1); TextDrawColor(Wasted6, -1); TextDrawUseBox(Wasted6, 1); TextDrawBoxColor(Wasted6, 41215); TextDrawSetShado w(Wasted6, 0); TextDrawSetOutline(Wasted6, 0); TextDrawBackgroundColor(Wasted6, 255); TextDrawFont(Wasted6, 1); TextDrawSetProportional(Wasted6, 1); TextDrawSetShado w(Wasted6, 0); Wasted7 = TextDrawCreate(266.800140, 218.233489, "-"); TextDrawLetterSize(Wasted7, 7.643217, 1.030000); TextDrawAlignment(Wasted7, 1); TextDrawColor(Wasted7, -1); TextDrawSetShado w(Wasted7, 0); TextDrawSetOutline(Wasted7, 0); TextDrawBackgroundColor(Wasted7, 255); TextDrawFont(Wasted7, 1); TextDrawSetProportional(Wasted7, 1); TextDrawSetShado w(Wasted7, 0);
// public OnPlayerSpawn bölümüne aşağıdaki kodu yapıştırın. TextDrawHideForPlayer(playerid,Wasted0); TextDrawHideForPlayer(playerid,Wasted1); TextDrawHideForPlayer(playerid,Wasted2); TextDrawHideForPlayer(playerid,Wasted3); TextDrawHideForPlayer(playerid,Wasted4); TextDrawHideForPlayer(playerid,Wasted5); TextDrawHideForPlayer(playerid,Wasted6); TextDrawHideForPlayer(playerid,Wasted7);
// public OnPlayerDeath bölümüne aşağıdaki kodu yapıştırın. (Spawn olana kadar gözükecek yazı eğer eklemezseniz sürekli kalıcı olabilir.) TextDrawShowForPlayer(playerid, Wasted0); TextDrawShowForPlayer(playerid, Wasted1); TextDrawShowForPlayer(playerid, Wasted2); TextDrawShowForPlayer(playerid, Wasted3); TextDrawShowForPlayer(playerid, Wasted4); TextDrawShowForPlayer(playerid, Wasted5); TextDrawShowForPlayer(playerid, Wasted6); TextDrawShowForPlayer(playerid, Wasted7);
(https://i2.imgflip.com/424p5b.gif)
Tıklayın ve eski spoyleri gözden geçirin.
ESKİ !
Modun Başına yani new kısmına, new Text:Wasted0;new Text:Wasted1;new Text:Wasted2;new Text:Wasted3;new Text:Wasted4;new Text:Wasted5;new Text:Wasted6;new Text:Wasted7;new Text:Wasted8;
public OnGameModeInit() 'in altına Wasted0 = TextDrawCreate(-8.000000, 1.000000, "I"); TextDrawBackgroundColor(Wasted0, 255); TextDrawFont(Wasted0, 1); TextDrawLetterSize(Wasted0, 0.500000, 49.499992); TextDrawColor(Wasted0, -1); TextDrawSetOutline(Wasted0, 0); TextDrawSetProportional(Wasted0, 1); TextDrawSetShado w(Wasted0, 1); TextDrawUseBox(Wasted0, 1); TextDrawBoxColor(Wasted0, 150); TextDrawTextSize(Wasted0, 680.000000, 0.000000); Wasted1 = TextDrawCreate(-3.000000, 185.000000, "-"); TextDrawBackgroundColor(Wasted1, 255); TextDrawFont(Wasted1, 1); TextDrawLetterSize(Wasted1, 1.000000, -0.199999); TextDrawColor(Wasted1, -1); TextDrawSetOutline(Wasted1, 0); TextDrawSetProportional(Wasted1, 1); TextDrawSetShado w(Wasted1, 1); TextDrawUseBox(Wasted1, 1); TextDrawBoxColor(Wasted1, 16777215); TextDrawTextSize(Wasted1, 681.000000, -3.000000); Wasted2 = TextDrawCreate(-3.000000, 256.000000, "-"); TextDrawBackgroundColor(Wasted2, 255); TextDrawFont(Wasted2, 1); TextDrawLetterSize(Wasted2, 1.000000, -0.199999); TextDrawColor(Wasted2, -1); TextDrawSetOutline(Wasted2, 0); TextDrawSetProportional(Wasted2, 1); TextDrawSetShado w(Wasted2, 1); TextDrawUseBox(Wasted2, 1); TextDrawBoxColor(Wasted2, -16776961); TextDrawTextSize(Wasted2, 681.000000, -3.000000); Wasted3 = TextDrawCreate(-3.000000, 185.000000, "_"); TextDrawBackgroundColor(Wasted3, 255); TextDrawFont(Wasted3, 1); TextDrawLetterSize(Wasted3, 1.000000, 7.700000); TextDrawColor(Wasted3, -1); TextDrawSetOutline(Wasted3, 0); TextDrawSetProportional(Wasted3, 1); TextDrawSetShado w(Wasted3, 1); TextDrawUseBox(Wasted3, 1); TextDrawBoxColor(Wasted3, 150); TextDrawTextSize(Wasted3, 681.000000, -3.000000); Wasted4 = TextDrawCreate(253.000000, 197.000000, "~r~Wasted"); TextDrawBackgroundColor(Wasted4, 255); TextDrawFont(Wasted4, 3); TextDrawLetterSize(Wasted4, 0.789999, 3.999998); TextDrawColor(Wasted4, -1); TextDrawSetOutline(Wasted4, 1); TextDrawSetProportional(Wasted4, 1); Wasted5 = TextDrawCreate(245.000000, 159.000000, "I"); TextDrawBackgroundColor(Wasted5, 255); TextDrawFont(Wasted5, 1); TextDrawLetterSize(Wasted5, 0.180000, 12.399999); TextDrawColor(Wasted5, -1); TextDrawSetOutline(Wasted5, 0); TextDrawSetProportional(Wasted5, 1); TextDrawSetShado w(Wasted5, 1); Wasted6 = TextDrawCreate(363.000000, 159.000000, "I"); TextDrawBackgroundColor(Wasted6, 255); TextDrawFont(Wasted6, 1); TextDrawLetterSize(Wasted6, 0.180000, 12.399999); TextDrawColor(Wasted6, -1); TextDrawSetOutline(Wasted6, 0); TextDrawSetProportional(Wasted6, 1); TextDrawSetShado w(Wasted6, 1); Wasted7 = TextDrawCreate(243.000000, 229.000000, "-"); TextDrawBackgroundColor(Wasted7, 255); TextDrawFont(Wasted7, 1); TextDrawLetterSize(Wasted7, 8.829998, 1.000000); TextDrawColor(Wasted7, -1); TextDrawSetOutline(Wasted7, 0); TextDrawSetProportional(Wasted7, 1); TextDrawSetShado w(Wasted7, 1); Wasted8 = TextDrawCreate(256.000000, 241.000000, "~w~(~g~~h~geberdin~w~)"); TextDrawBackgroundColor(Wasted8, 255); TextDrawFont(Wasted8, 3); TextDrawLetterSize(Wasted8, 0.559997, 1.799998); TextDrawColor(Wasted8, -1); TextDrawSetOutline(Wasted8, 1); TextDrawSetProportional(Wasted8, 1);
public OnPlayerSpawn(playerid) 'nin altına bunu ekliyoruz. TextDrawHideForPlayer(playerid,Wasted0); TextDrawHideForPlayer(playerid,Wasted1); TextDrawHideForPlayer(playerid,Wasted2); TextDrawHideForPlayer(playerid,Wasted3); TextDrawHideForPlayer(playerid,Wasted4); TextDrawHideForPlayer(playerid,Wasted5); TextDrawHideForPlayer(playerid,Wasted6); TextDrawHideForPlayer(playerid,Wasted7); TextDrawHideForPlayer(playerid,Wasted8);
Son olarak public OnPlayerDeath(playerid, killerid, reason) 'un altına TextDrawShowForPlayer(playerid, Wasted0); TextDrawShowForPlayer(playerid, Wasted1); TextDrawShowForPlayer(playerid, Wasted2); TextDrawShowForPlayer(playerid, Wasted3); TextDrawShowForPlayer(playerid, Wasted4); TextDrawShowForPlayer(playerid, Wasted5); TextDrawShowForPlayer(playerid, Wasted6); TextDrawShowForPlayer(playerid, Wasted7); TextDrawShowForPlayer(playerid, Wasted8);
_____________F_İ_N_İ_S_H_____________
Video:
https://youtu.be/nsPPA1Mw1JM (https://youtu.be/nsPPA1Mw1JM)
Yaptığımıza Benzer Örnek Resimdir !
(http://i.hizliresim.com/ZZVz5A.png)
Paylaşım için teşekkürler, sistem resimdekinin aynısımı ?
Alıntı yapılan: Quintel - 09 Mart 2017, 19:16:25 Paylaşım için teşekkürler, sistem resimdekinin aynısımı ?
Sayılır.
Resime batığınızda gta cilar yazısı yok + credits []yu$uf
yazısı yoktur ek olarak sadece 2 küçük kutu oda Hırsız Polis için güzel bir görünüme sahipleştirdim. Güncel resim'i çekmeye vakit bulusam güncelleyeceğim.
Alıntı yapılan: ByHgGlryz - 09 Mart 2017, 19:17:40 Alıntı yapılan: Quintel - 09 Mart 2017, 19:16:25 Paylaşım için teşekkürler, sistem resimdekinin aynısımı ?
Sayılır. Resime batığınızda gta cilar yazısı yok + credits []yu$uf yazısı yoktur ek olarak sadece 2 küçük kutu oda Hırsız Polis için güzel bir görünüme sahipleştirdim. Güncel resim'i çekmeye vakit bulusam güncelleyeceğim.
Resimi güncellememen hata bu sistemin resmini at lütfen.
Paylasim icin tesekkurler.
Güzel Paylaşım.Eline sağlık.
Güzel Paylaşım.Eline sağlık. Ama Wasted yerine direk Gebersin yazmak daha mantıklı olurdu
Alıntı yapılan: Drunken - 21 Mart 2017, 16:48:24 Güzel Paylaşım.Eline sağlık.Teşekkürler Yorumun için :)
Alıntı yapılan: VeKToR - 22 Mart 2017, 09:17:33 Güzel Paylaşım.Eline sağlık. Ama Wasted yerine direk Gebersin yazmak daha mantıklı olurdu Yorumun için teşekkürler.
Zaten var ya :) ama Wasted yazısı öncelik :) :D
(http://i.hizliresim.com/oj0R0Q.png)
Spawn olunca ekrandan gitmiyor yazı ?
Güzel olmuş.
Eline Saglık Güzel Olmuşda O Parantezleri Kaldıramazmıyız :helal:
Paylaşım için teşekkürler
Alıntı yapılan: ByGold - 06 Ocak 2018, 11:40:30 Eline Saglık Güzel Olmuşda O Parantezleri Kaldıramazmıyız :helal:İstersen kaldırabilirsin
Sesli olmasını isteyenler için; OnPlayerDeath'a PlayAudioStreamForPlayer(playerid, "https://trf.ffjjti.frl/e4f6ccbe6ca677f02fd7d10b6061dc35/XEm-anELm10");
OnPlayerSpawn'a StopAudioStreamForPlayer(playerid);
Seslide olabilirdi, paylaşim icin teşekkürler
Zamanında kullanmıştım harika :helal:
Başarılı basit olmasına rağmen Çok fazla yazılar var ama güzel görünüyor
Yorumlarınız için teşekkürler. Ufak bir değişiklik yaptım.
Kankam şu wasted'ın altındaki şeyleri kaldırsan güzel olabilir.
Alıntı yapılan: Scot - 23 Mayıs 2020, 13:07:41 Wasted'ın altındaki şeyleri kaldırsan. @Scot (https://www.gtamulti.com/forum/profile/?u=9780), istemediğin yerleri silebilir veya ;
/* ile devre dışı bırakabilirsiniz */
Burada senin istediğin sekilde ayarladim. :)
↓ ↓ ↓
// Modun klasörünü açın ve başına bunu eklenew Text:Wasted1;new Text:Wasted2;new Text:Wasted3;
// public OnGameModeInit() altına bunu yapıştır.Wasted1 = TextDrawCreate(-25.000064, 1.000000, ".");//Arka TextDrawLetterSize(Wasted1, 0.500000, 49.499992); TextDrawTextSize(Wasted1, 655.000000, 0.000000); TextDrawAlignment(Wasted1, 1); TextDrawColor(Wasted1, -1); TextDrawUseBox(Wasted1, 1); TextDrawBoxColor(Wasted1, 150);//deneme //TextDrawBoxColor(Wasted1, 210); TextDrawSetShado w(Wasted1, 0); TextDrawSetOutline(Wasted1, 0); TextDrawBackgroundColor(Wasted1, 255); TextDrawFont(Wasted1, 1); TextDrawSetProportional(Wasted1, 1); TextDrawSetShado w(Wasted1, 0); Wasted2 = TextDrawCreate(-10.000012, 165.039276, "."); //wasted arka kutu eki TextDrawLetterSize(Wasted2, 0.180000, 11.579979); TextDrawTextSize(Wasted2, 658.005615, -3.000000); TextDrawAlignment(Wasted2, 1); TextDrawColor(Wasted2, -1); TextDrawUseBox(Wasted2, 1); TextDrawBoxColor(Wasted2, 120); TextDrawSetShado w(Wasted2, 0); TextDrawSetOutline(Wasted2, 0); TextDrawBackgroundColor(Wasted2, 255); TextDrawFont(Wasted2, 1); TextDrawSetProportional(Wasted2, 1); TextDrawSetShado w(Wasted2, 0); Wasted3 = TextDrawCreate(269.198883, 179.352722, "~r~wasted"); TextDrawLetterSize(Wasted3, 0.789999, 3.999998); TextDrawAlignment(Wasted3, 1); TextDrawColor(Wasted3, -16776961); TextDrawSetShado w(Wasted3, 0); TextDrawSetOutline(Wasted3, 0); TextDrawBackgroundColor(Wasted3, 255); TextDrawFont(Wasted3, 3); TextDrawSetProportional(Wasted3, 1); TextDrawSetShado w(Wasted3, 0);
// public OnPlayerSpawn bölümüne aşağıdaki kodu yapıştırın.TextDrawHideForPlayer(playerid,Wasted1); TextDrawHideForPlayer(playerid,Wasted2); TextDrawHideForPlayer(playerid,Wasted3);
// public OnPlayerDeath bölümüne aşağıdaki kodu yapıştırın. (Spawn olana kadar gözükecek yazı eğer eklemezseniz sürekli kalıcı olabilir.)TextDrawShowForPlayer(playerid, Wasted1); TextDrawShowForPlayer(playerid, Wasted2); TextDrawShowForPlayer(playerid, Wasted3);
Paylaşım için teşekkürler :helal:
Paylaşım için teşekkürler
Bu sistemi 0.3c sürümünde yapmıştın o zaman çok hoşumuza gidiyordu emeğine sağlık kardeşim
Ayyyy, çok güzel :helal:
Baya iyi. Bravo
@ByHgGlryz :)
Güzel yorumlarınız için teşekkür ederim <3