Jump to content
  • 0

Problem MemberSkin, Leader Skin


Question

Posted

Salut am si eu o problema:

Cand scriu comanda create clan setez skin de ex 114 imi seteaza skin 114 dar cand intru pe database la Leader imi arata skinul 100

Uitati cum e facut dialogul cu skin

[pawn]if ( dialogid == DIALOGID_CLANCREATE1 )

{

    if ( response == 1 )

{

    if ( strlen( inputtext ) )

{

                format( Query, sizeof( Query ), "INSERT INTO `Clans` ( `ClanLeaderSkin` ) VALUES( '%d  ')", inputtext );

                SetPlayerSkin( playerid, strval( inputtext ) );

            db_query( Database, Query );

                db_free_result( db_query( Database, Query ) );

              ShowPlayerDialog( playerid, DIALOGID_CLANCREATE2, DIALOG_STYLE_INPUT, "Leader Skin","{E60000}========{FFFF00}========{00FF00}========\n{FFFFFF}Please enter the leader skin:\n{E60000}========{FFFF00}========{00FF00}========:","OK","Cancel" );

                }

          }

      }[/pawn]

Ma puteti ajuta :D ms

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.