Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (
/showthread.php?tid=544252)
Help -
DeathMatchEnFrancais - 31.10.2014
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
Respuesta: Help -
ghost556 - 01.11.2014
Show us your /stats command
Respuesta: Help -
!R1Ch@rD! - 01.11.2014
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]++;
Re: Help -
DeathMatchEnFrancais - 01.11.2014
Not when I suicide and then I leave I'll see death scriptfile ago 0