Player died 255 help please
#2

The problem occurs because you put "SpawnPlayer" there.
I've tested it in my server with this code :
pawn Код:
public OnPlayerDeath(playerid, killerid, reason) {
    SpawnPlayer(playerid);
    return 1;
}
It spams "[debug]: abc has died 255" at the server console.

I think the solution is to remove SpawnPlayer from OnPlayerDeath
Reply


Messages In This Thread
Player died 255 help please - by KickInTheMick - 11.06.2013, 06:35
Re: Player died 255 help please - by greentarch - 11.06.2013, 08:07
Re: Player died 255 help please - by random123 - 11.06.2013, 10:13

Forum Jump:


Users browsing this thread: 1 Guest(s)