31.10.2014, 23:49
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
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