[GameMode] [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z
#24

Quote:
Originally Posted by flowhunter
It worked, thank you.

This script is really awesome dude!

Could you tell me how to remove the polish textdraws after you die?
Thanks :>

About line 25360 you see that :
Quote:

if(bounty[playerid] > 0 && (playerGang[killerid] == 0 || playerGang[playerid] != playerGang[killerid])) {
GetPlayerName(playerid, killedplayer, sizeof(killedplayer));
format(string2, sizeof(string2), "You recieved %d for killing %s.", bounty[playerid], killedplayer);
SendClientMessage2(killerid, COLOR_GREEN, string2);
GivePlayerMoney(killerid, bounty[playerid]);
new pname[256];pname = PlayerName(playerid);
pname = strreplace("[", "(", pname);
pname = strreplace("[", "(", pname);
pname = strreplace("]", ")", pname);
pname = strreplace("]", ")", pname);
TextDrawSetString(KillTextDraw[killerid], Split(
Split("Zabiles ", pname, "!")
, "~n~i otrzymales za to $", tostr(bounty[playerid])
));
bounty[playerid] = 0;
TextDrawShowForPlayer(killerid, KillTextDraw[killerid]);
SetTimerEx("HideKillDraw", 3000, false, "d", killerid);
} else {
new pname[256];pname = PlayerName(playerid);
pname = strreplace("[", "(", pname);
pname = strreplace("[", "(", pname);
pname = strreplace("]", ")", pname);
pname = strreplace("]", ")", pname);
TextDrawSetString(KillTextDraw[killerid], Split("Zabiles ", pname, "!"));
TextDrawShowForPlayer(killerid, KillTextDraw[killerid]);
SetTimerEx("HideKillDraw", 3000, false, "d", killerid);
}

"Zabiles" means "You killed", and "i otrzymales za to $" means - And you received $
Reply


Messages In This Thread
[GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 22.06.2009, 14:26
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Guedes747 - 22.06.2009, 14:27
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by SuperS0nic - 22.06.2009, 14:28
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by imran2009 - 22.06.2009, 14:31
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by shady91 - 22.06.2009, 14:34
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 22.06.2009, 14:40
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by shady91 - 22.06.2009, 14:43
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 22.06.2009, 14:47
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by shady91 - 22.06.2009, 14:48
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 22.06.2009, 14:58
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by shady91 - 22.06.2009, 15:02
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Gamer_Z - 22.06.2009, 15:21
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by shady91 - 22.06.2009, 15:23
Re: Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Gamer_Z - 22.06.2009, 15:34
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 22.06.2009, 18:47
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Correlli - 22.06.2009, 19:06
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 22.06.2009, 21:02
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by LaNTaN - 24.06.2009, 08:13
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Correlli - 24.06.2009, 08:39
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by SpiderPork - 25.06.2009, 10:24
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by flowhunter - 25.06.2009, 12:49
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 25.06.2009, 14:34
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by flowhunter - 25.06.2009, 15:40
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 25.06.2009, 15:45
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Burridge - 25.06.2009, 15:58
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 25.06.2009, 16:02
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by Burridge - 25.06.2009, 21:42
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by luby - 28.06.2009, 08:59
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by *ToM* - 29.06.2009, 22:07
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by @TheShadow@ - 30.06.2009, 07:55
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by BlackRock - 11.07.2010, 08:36
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by BMB1 - 09.07.2011, 09:34
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by XTM-Gaming - 09.07.2011, 09:53
Re: [GM] VERY BIG Las Venturas Deatchmatch 9 by Luby and Gamer_Z - by BMB1 - 10.07.2011, 09:40

Forum Jump:


Users browsing this thread: 1 Guest(s)