Jump to content

I O B I T

Membru
  • Posts

    124
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by I O B I T

  1. nu imi apare asa @Mister,  uite toata comanda  /gps.

    CMD:gps(playerid, params[])
    {
        if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
        return cmd_locations(playerid, params);    

     

    CMD:locations(playerid, params[])
    {
        if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
        if(IsPlayerConnected(playerid))
        {
            if(CP[playerid] < 1 && MechanicCallTime[playerid] < 1 && GotoMats[playerid] < 1)
            {
                ShowPlayerDialog(playerid, DIALOG_LOCATIONS, DIALOG_STYLE_LIST, "{B98300}Chronos RPG {FFFFFF}Server Locations", "Driving School(DMV)\nLos Santos\nLas Venturas\nFaction HQS\nVehicle Mod Shops\nPaintball\nDealership", "Select", "Close");
            }
            else
            {
                ShowPlayerDialog(playerid, DIALOG_JOBULETES, DIALOG_STYLE_MSGBOX, "{B98300}Chronos RPG {FFFFFF}Anulare Checkpoint", "{B98300}(#) {FFFFFF}Esti sigur ca vrei sa anulezi checkpoint-ul curent?", "Da", "Nu");
            }
        }
        return 1;
    }

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