- 0
Problema leaders
-
Similar Content
-
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
Mister
Problema intalnita (descriere): nu merge comanda /leaders imi da erori la stock
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):
stock GetFactionLeader( FactionID ) { new szString[ 128 ], Cache: Result, Get[ 2 ], szLeaderName[ MAX_PLAYER_NAME ]; format( szString, sizeof( szString ), "SELECT `username` FROM `players` WHERE Leader = %d LIMIT 1;", FactionID );// Aici modifici tu cum ai in baza de date !! 729 Result = mysql_query( SQL, szString ); 730 cache_get_data( Get[ 0 ], Get[ 1 ], SQL ); if( !Get[ 0 ] ) szLeaderName = "NO-ONE"; 732 else cache_get_field_content( 0, "username", szLeaderName, SQL, sizeof( szLeaderName ) ); 733 cache_delete( Result ); return ( szLeaderName ); }stock GetFactionMembers( FactionID ) { new szString[ 128 ], Cache:Result, Get[ 2 ]; format( szString, sizeof( szString ), "SELECT `Member` FROM `players` WHERE `Member` = %d", FactionID );// Aici modifici tu cum ai in baza de date !! 741 Result = mysql_query( SQL, szString ); 742 cache_get_data( Get[ 0 ], Get[ 1 ], SQL ); 743 cache_delete( Result ); return Get[ 0 ]; }if (strcmp(cmd, "/leaderss", true) == 0) { new szString[ 1200 ]; format( szString, sizeof( szString ), "{FFFFFF}LSPD - Lider: %sn", GetFactionLeader(1)); format( szString, sizeof( szString ), "{FFFFFF}LSPD - Members: %sn", GetFactionMembers(1)); ShowPlayerDialog( playerid, 3434, DIALOG_STYLE_MSGBOX, "Lista Factiunilor %d", szString, "Ok", "" ); return 1; }Imagini / Video (optional):
Edited by MisterAti incercat sa rezolvati singur?: da, dar nu ma pricep prea bine la mysql
__ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn7 answers to this question
Recommended Posts