How to Change playerskin
#2

https://sampwiki.blast.hk/wiki/SetPlayerSkin

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/fireman", true) == 0)
    {
        // Set the player's skin to ID 277, which is a fireman.
        SetPlayerSkin(playerid, 277);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
How to Change playerskin - by Antonioh - 07.01.2013, 20:52
Re: How to Change playerskin - by Fabio11 - 07.01.2013, 20:53
Re: How to Change playerskin - by Antonioh - 07.01.2013, 20:57
Re: How to Change playerskin - by rbush12 - 07.01.2013, 21:00
Re: How to Change playerskin - by Fabio11 - 07.01.2013, 21:04
Re: How to Change playerskin - by Antonioh - 07.01.2013, 21:05
Re: How to Change playerskin - by tyler12 - 07.01.2013, 21:06
Re: How to Change playerskin - by Fabio11 - 07.01.2013, 21:08
Re: How to Change playerskin - by Antonioh - 07.01.2013, 21:08
Re: How to Change playerskin - by Antonioh - 07.01.2013, 21:10

Forum Jump:


Users browsing this thread: 3 Guest(s)