[Tutorial] How to add a Spree system in your Gamemode.
#10

Quote:

if(spree[killerid] == 2) {
new string[128];
new pName[MAX_PLAYER_NAME];
GetPlayerName(killerid, pName, sizeof(pName));
format(string, sizeof(string), "%s is on a killing spree, with 5 kills", pName); //It goes for 2 kills
TextDrawHideForAll(Spree);
TextDrawSetString(Spree, string);
TextDrawShowForAll(Spree); SetTimer("TxtReset", 3000, 0);


Its not big deal but ...
Reply


Messages In This Thread
A Simple Spree System. - by ThePhenix - 21.08.2012, 22:57
Re: How to add a Spree system in your Gamemode. - by Michael_Cuellar - 24.08.2012, 05:28
Re: How to add a Spree system in your Gamemode. - by SounDD - 24.08.2012, 05:29
Re: How to add a Spree system in your Gamemode. - by ReneG - 24.08.2012, 05:41
Re: How to add a Spree system in your Gamemode. - by RenSoprano - 24.08.2012, 09:04
Re: How to add a Spree system in your Gamemode. - by Яlackon - 24.08.2012, 13:48
Re: How to add a Spree system in your Gamemode. - by DeadLy™ - 20.09.2012, 04:05
Re: How to add a Spree system in your Gamemode. - by Nadeem - 20.09.2012, 13:20
Re: How to add a Spree system in your Gamemode. - by MoDee - 20.09.2012, 14:00
Re: How to add a Spree system in your Gamemode. - by doreto - 20.09.2012, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)