KillStreak [Help Me]
#1

Hello guys, I wanna make a KillStreak system for my GameMode so please help me with that. I need the followings:
1. Code Source
2. I want a message appear with my own text and a cmd e.g. /uav but if I don't got 3 kills /uav will return this message value: "You don't got enough killstreaks". If someone would help me it will be cool
Reply
#2

If you want the whole cod killstreak system, you better start paying.
Reply
#3

Quote:
Originally Posted by ee100
Посмотреть сообщение
If you want the whole cod killstreak system, you better start paying.
If you can script for free and help me good, if you start fucking around and saying to pay then just you shouldn't even post about that man... I meant no disrespect, ok? Don't get mad.
Reply
#4

Either https://sampforum.blast.hk/showthread.php?tid=118885 or look in the Tutorials section.
Reply
#5

Just Make a variable to count the kills, and when they reach the ammount, Enable the command. Simple.

ect.
pawn Код:
Pkills[playerid]++;    if(Pkills[playerid] == 3){ return SendClientMessage(playerid,COLOR,"You have three kills");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)