When the Player Killes Another Player
#5

pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid != INVALID_PLAYER_ID)
{
    GivePlayerMoney(playerid,-100);
GivePlayerMoney(killerid,100);
}

    return 1;
}
Reply


Messages In This Thread
When the Player Killes Another Player - by Geeboi_Mehdi - 08.08.2012, 13:29
Respuesta: When the Player Killes Another Player - by [DOG]irinel1996 - 08.08.2012, 13:31
Re: When the Player Killes Another Player - by Geeboi_Mehdi - 08.08.2012, 13:37
Re: When the Player Killes Another Player - by Dawnz - 08.08.2012, 13:40
Re: When the Player Killes Another Player - by Killer#Mummy - 08.08.2012, 13:45
Re: When the Player Killes Another Player - by Geeboi_Mehdi - 08.08.2012, 13:52
Re: When the Player Killes Another Player - by Geeboi_Mehdi - 08.08.2012, 13:55
Re: When the Player Killes Another Player - by Convex - 08.08.2012, 15:21

Forum Jump:


Users browsing this thread: 3 Guest(s)