Jump to content

Recommended Posts

Posted

case 5: {
                    new count = 1;
                    gString[ 0 ] = (EOS);
                    format( gString, sizeof gString, "Vehicle\tRank\tColors\tStatus\n{FFFF00}[+] Cumpara un vehicul pentru clan\n" );
                    for( new i = 0; i <= clanvehicles; i++ ) {
                        if( ClanVehicleInfo[ i ][ clClan ] == PlayerInfo[ playerid ][ pClan ] ) {
                            format( gString, sizeof gString, "%s%s\t%d\t%d/%d\t%s\n", gString, aVehicleNames[ ClanVehicleInfo[ i ][ clVehicle ] - 400 ], ClanVehicleInfo[ i ][ clRank ], ClanVehicleInfo[ i ][ clColor1 ], ClanVehicleInfo[ i ][ clColor2 ], (ClanVehicleInfo[i][clVehInGame] == 0 ? ("{ff7c70}Despawned") : ("{b8ff70}Spawned")) );
                            Selected2[ playerid ][ count ] = i;
                            count ++;
                        }
                    } ShowPlayerDialog( playerid, DIALOG_CLANVEHICLES, DIALOG_STYLE_TABLIST_HEADERS, "C. Veh.", gString, "Select", "Back" );
                }
            }
        Totul e perfect , Am cumparat masinile cu Premium Points , Dar nu apar masinile! Care este problema ajutatima va rog!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.