Jump to content

Ajutor Scripting


Nebunu28

Recommended Posts

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.