31.08.2011, 22:02
Hey,
I got a White screen with something in the middle 'Bountrys world' or something
I have this Death Code:
Thanks!
I got a White screen with something in the middle 'Bountrys world' or something
I have this Death Code:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
Playerdata[playerid][Death]++;
Playerdata[killerid][Kill]++;
SetPlayerHealth(playerid, 100);
SetSpawnInfo(playerid, 0, Playerdata[playerid][Skin], 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
return 0;
}