[HELP]How Do I Clear the Death Window ?
#9

Figured it out!
I was doing this,
pawn Код:
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
INVALID_PLAYER_ID is a integer, it needed to be 1 , 2 or 500! Now it worked like this, when I changed to integer,

pawn Код:
SendDeathMessage(6000, 5005, 255);
in place of 255 , you can write 1 or 2, doesn't matter, ID should be invalid and should be integer.


Thanks all, fixed!
Reply


Messages In This Thread
[HELP]How Do I Clear the Death Window ? - by Devilxz97 - 04.02.2012, 05:38
Re: [HELP]How Do I Clear the Death Window ? - by Ballu Miaa - 04.02.2012, 05:42
Re: [HELP]How Do I Clear the Death Window ? - by riezman97 - 12.02.2012, 00:58
Re: [HELP]How Do I Clear the Death Window ? - by 2KY - 12.02.2012, 01:37
Re: [HELP]How Do I Clear the Death Window ? - by deffo - 23.12.2012, 02:52
Re: [HELP]How Do I Clear the Death Window ? - by Lordzy - 23.12.2012, 03:06
Re: [HELP]How Do I Clear the Death Window ? - by deffo - 23.12.2012, 03:15
Re: [HELP]How Do I Clear the Death Window ? - by Gh05t_ - 23.12.2012, 03:20
Re: [HELP]How Do I Clear the Death Window ? - by deffo - 23.12.2012, 04:26

Forum Jump:


Users browsing this thread: 1 Guest(s)