04.02.2012, 05:38
i cant find it ! i want it coz that help me when someone die i can clear the death wndow
plss someone help me . .
plss someone help me . .
You dont want SendDeathMessage right?
So check your OnPlayerDeath public callback. Check the line for SendDeathMessage. Delete it! |
for ( new num; num > 20; num++ )
{
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}
Try using a loop inside of your command and doing this, not sure..
pawn Код:
|
CMD:clearkills(playerid, params[])
{
for(new i; i< 20; i++)
{
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}
return 1;
}
Originally Posted by Slice
blind leading the blind
|
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
SendDeathMessage(6000, 5005, 255);