Best Killer....
#1

I'm starting to make a dynamic event system but i don't know how to get the best killer..

Please help me!!
Reply
#2

Any help ?
Reply
#3

Forum Rules

No Double Posting - There is a modify button , use it. However, bumping a topic in which you have or require further information is allowed after at least 24 hours. Note that two identical posts appearing at the same time is usually a mistake attributed to lag, and will not be penalizsed (but the second one will be removed).

Provide Details - If you do not get help, please re-evaluate the explanation of the issue you provided, it may not be providing enough information for people to help you.

Provide Code - People are not psychic, if there's an issue in your code they need to see that code. If you are worried about people stealing it, don't be - its nothing special! If you are unwilling to provide code and want help in private, post here and be prepared to wait a long time and pay a lot of money.
Reply
#4

Sure and how can i get help?
Reply
#5

no one can help..
Reply
#6

>Provide Code
>If you haven't started coding , at-least provide an algorithm
Reply
#7

PHP код:
for(new winner 0winner MAX_PLAYERSwinner++)
{
    
SetPlayerPos(winner,x,y,z);

like that
Reply
#8

bump.
Reply
#9

Any help?
Reply
#10

pawn Код:
new kills[MAX_PLAYERS];

public OnPlayerDeath(..)
{
     if killer_id was in an event - check
     {
           kills[killer_id]++;
      }
}

WHERE YOU want to declare the winner
{
     new temp = 0;
     foreach( new i: Player )
     {
         if(kills[i] > temp)
         {
            temp = kills[i];
         }
     }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)