a simple question for someone to answer?
#1

Hi, I want to know how to do that when a player dies killed by the weapon id 4 it changes its skin?

thank you
Reply
#2

pawn Code:
public OnPlayerDeath(playerid, killerid, reason) {
    if(reason == 4)
    {
        SetPlayerSkin(playerid, skinid)
    }
    return 1;
}
Reply
#3

thanks !
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)