07.06.2011, 01:30
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
new Float:XYZ[MAX_PLAYERS][3];
GetPlayerPos(playerid, XYZ[playerid][0], XYZ[playerid][1], XYZ[playerid][2]);
CreateExplosion(XYZ[playerid][0], XYZ[playerid][1], XYZ[playerid][2], 11, 5.0);
return 1;
}