Jump to content
  • 0

Question

Posted

Am setat ca atunci cand un admin este /aod sa ii dea skin 217, acum vreau sa setez cand nu mai este /aod sa ii revina skin-ul care il avea (de factiune/civil)

Care este linia?

Nu prea am habar, ma poate indruma cineva?

Multumesc !

2 answers to this question

Recommended Posts

Posted

folosesti SetPlayerSkin(playerid, id skin);

    if(strcmp(cmdtext, "/aod", true) == 0)

    {

        SetPlayerSkin(playerid, 217);

        return 1;

    }

    return 0;

}

uite aici un model facut aiurea, in rest ti-l faci tu..

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.