CMD problem
#1

Removed.
Reply
#2

Problem solved ~
But im still getting 2 death messages..
Reply
#3

have a look in your OnPlayerDeath(), you may find the second there.
Reply
#4

Removed.
Reply
#5

Yes you SendDeathMessage two times, first time in the command and the second time in the third one in OnPlayeDeath. Remove the desired one.
Reply
#6

Still can't find it o.o , maybe im just to tired.
Line?
Reply
#7

press CTRL+F, type "senddeath" and then maybe, F3 once or twice, depending on how many there are in the script heheh
Код:
        switch (reason)
        {
            case 0:
            {
                reasonMsg = "Unarmed";
                SendDeathMessage(killerid, playerid, reason);
after the killstreak stuff... oops there are "some" more. enjoy //commenting them!
Reply
#8

Removed.
Reply
#9

Removed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)