#1

Hello everyone here I have a problem here when I type / kill the player dies, but has no scrore that says the player was killed in stats

if (strcmp("/kill", cmdtext, true, 10) == 0)
{
PlayerInfo[playerid][pDeaths]++;
SetPlayerHealth(playerid, 0);
return 1;
}


I also have another problem when I use audiomsgoff 1 serveur.cfg toujour we see the green music I wonder if it is not because, as the music is streaming
Reply
#2

Show us your /stats command
Reply
#3

death in normal clearly this has to be when a player puts OnPlayerDeath / kill him raise his death in 1 to stats

OnPlayerDeath
pawn Код:
PlayerInfo[playerid][pDeaths]++;
Reply
#4

Not when I suicide and then I leave I'll see death scriptfile ago 0
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)