11.03.2010, 12:32
Whats the reason id when someone commits suicide?
or how do i check if someone kills himself?
Like :
Found it::::
or how do i check if someone kills himself?
Like :
pawn Код:
if (reason == ???????????????)
{
new string[128];
format(string,sizeof(string),"%s has committed suicide",dName);
SendClientMessageToAll(GetPlayerColor(playerid),string);
}
pawn Код:
if (reason == 255)
{
new string[128];
format(string,sizeof(string),"%s has committed suicide",dName);
SendClientMessageToAll(GetPlayerColor(playerid),string);
}