Jump to content
  • 0

Cum creez comanda /skin?


John

Question

1 answer to this question

Recommended Posts

CMD:skin(playerid, params[])
{
    new skin, string[128];
    if(sscanf(params,"i", skin)) return SendClientMessage(playerid, 0xFFFFFFF,"/skin [id-skin]");
    if(skin > 299 || skin < 1) return SendClientMessage(playerid, 0xFFFFFFF,"Skinuri valabile: 1-299");
    format(string, sizeof(string),"{FFFFFF}Teai setat skinu ({FF0000}%d{FFFFFF}).", skin);
    SeneClientMessage(targetid, 0xFFFFFF, string);
    SetPlayerSkin(playerid, skin);
    return 1;
}

Nu se cer scripturi.

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.