- 0
Problem MemberSkin, Leader Skin
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
ExTREME.
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
ms
0 answers to this question
Recommended Posts