Help With Killing Spree - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help With Killing Spree (
/showthread.php?tid=225102)
Help With Killing Spree -
Niko_boy - 13.02.2011
I have maded killing spree with guidance from samp forums....
It worked for me only the text but not working killing spree....
Also I need Help To Create A menu which always appear on the top of game showing the top sprees
<b>Help To Create A menu/dialog which always appear on the top of game showing the top sprees</b>
this menu/dialog is more important...
help me to create this
Re: Help With Killing Spree -
YungGee - 13.02.2011
paste code here..And errors..
Re: Help With Killing Spree -
YungGee - 13.02.2011
top..
new KillingSpree[MAX_PLAYERS]
under OnPlayerDeath(playerid, killerid, reason)...
KillingSpree[killerid] ++;
KillingSpree[playerid] = 0;
if(KillingSpree[killerid] == w/e)
{
//do this
}
else if(KillingSpree[killerid] == w/e)
{
//Do that
}
//And so on..
Re: Help With Killing Spree -
Niko_boy - 13.02.2011
Quote:
Originally Posted by YungGee
paste code here..And errors..
|
this is the code________________
/////////
http://pastebin.com/9UMmtKj1
Re: Help With Killing Spree -
Niko_boy - 13.02.2011
Quote:
Originally Posted by YungGee
paste code here..And errors..
|
edit this and also help me to add the menu/dialog which is asked earlier