Help with spawning
#5

Impossible

ok try

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    GameTextForPlayer(playerid, "~r~Wasted", 5000, 2);
    SendDeathMessage(killerid, playerid, reason);
    pInfo[playerid][Deaths] += 1;
    pInfo[killerid][Kills] += 1;
    pInfo[killerid][Scores] += 1;
    Death[playerid] = true;
    NewPlayer[playerid] =false;
    return 1;
}
Reply


Messages In This Thread
Help with spawning - by Jakwob - 16.12.2014, 11:01
Re: Help with spawning - by Ryz - 16.12.2014, 11:11
Re: Help with spawning - by Sawalha - 16.12.2014, 11:12
Re: Help with spawning - by Jakwob - 16.12.2014, 11:19
Re: Help with spawning - by Ryz - 16.12.2014, 11:24
Re: Help with spawning - by Jakwob - 16.12.2014, 11:33
AW: Help with spawning - by Flori - 16.12.2014, 11:41
AW: Help with spawning - by Flori - 16.12.2014, 11:45
Re: Help with spawning - by Arastair - 16.12.2014, 11:54
Re: AW: Help with spawning - by Arastair - 16.12.2014, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)