/lock Command Help
#7

Quote:
Originally Posted by Skribblez
Посмотреть сообщение
Well, having a lock system would be kind of long if it would only be possible for bought vehicles. If you already have an existing lock command and vehicle dealership system, post your codes. Include the enums that you've used for the vehicles and players.
Here


pawn Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pTutorial,
    pSex,
    pAge,
Float:pPos_x,
Float:pPos_y,
Float:pPos_z,
      pSkin,
      pTeam,
      pAccent,
      pFrozen,
      PCarMods
}

pawn Код:
CMD:buyvehicle(playerid, params[])
    {
        if(IsPlayerInRangeOfPoint(playerid, 1, -2235.4712,130.2268,1035.41, -1))
            ShowPlayerDialog(playerid, DIALOG_BUYVEHICLE, DIALOG_STYLE_LIST, "Car Menu", "Casual Cars\nSports Cars\nVIP Cars\nSpecial Deals", "Select", "Cancel");
        else
            return SendClientMessage(playerid, 0xFF0000FF, "You are not in the dealer ship");
        return 1;
    }
pawn Код:
if(dialogid == DIALOG_BUYVEHICLE)
    {
        if(response)
        {
            if(listitem == 0)
            {
                ShowPlayerDialog(playerid, DIALOG_CASUALVEHICLEMENU, DIALOG_STYLE_LIST, "Casual Car Menu", "TEST CAR - SENITAL", "Buy", "Cancel");
            }
        }
    return 1;
    }
    if(dialogid == DIALOG_CASUALVEHICLEMENU)
    {
        if(response)
        {
            if(listitem == 0)
            {
                CreateVehicle(405, 540.0750,-1281.7159,17.2422,309.3207, 0, 1, 0);
            }
        }
        return 1;
    }

Thank You


Please Help Me Please
Reply


Messages In This Thread
/lock Command Help - by Scripter12345 - 12.04.2012, 00:51
Re: /lock Command Help - by Skribblez - 12.04.2012, 01:10
Re: /lock Command Help - by Scripter12345 - 12.04.2012, 01:12
Re: /lock Command Help - by Skribblez - 12.04.2012, 01:18
Re: /lock Command Help - by Scripter12345 - 12.04.2012, 01:19
Re: /lock Command Help - by Skribblez - 12.04.2012, 01:26
Re: /lock Command Help - by Scripter12345 - 12.04.2012, 01:31
Re: /lock Command Help - by Skribblez - 12.04.2012, 01:51
Re: /lock Command Help - by Scripter12345 - 12.04.2012, 01:56
Re: /lock Command Help - by Skribblez - 12.04.2012, 02:20

Forum Jump:


Users browsing this thread: 3 Guest(s)