How to add a vip locker and vip lounge in HORIZON ROLEPLAY
#7

Well. You'll need to get the location of the locker, via /save. Once you have the location you need to detect if a player is in range of it.

Here's a very BASIC locker cmd to help you get started.

pawn Код:
CMD:locker(playerid, params[])
{
    if(!IsPlayerInRangeOfPoint(playerid, 3.0, X Y Z)) return SendClientMessage(playerid,-1, "Error: You're not near the locker."); //seeing if a player is in range of x, y, z. If not, send the message.
    if(PlayerInfo[playerid][pVip] > 1) //Checking to see if their a vip.
    {
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Locker", "Option 1", "Select", "Cancel"); //showing the locker menu.
    }
    return 1;
}
Here's MTA. http://www.mtasa.com
Reply


Messages In This Thread
How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 03:24
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by rangerxxll - 05.03.2014, 03:29
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 03:34
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by rangerxxll - 05.03.2014, 03:41
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 03:45
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 03:47
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by rangerxxll - 05.03.2014, 04:18
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 04:51
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by rangerxxll - 05.03.2014, 04:56
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 04:58
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 05:19
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 05:26
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 08:27
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 10:41
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by GalaxyHostFree - 05.03.2014, 10:47
Re: How to add a vip locker and vip lounge in HORIZON ROLEPLAY - by ChuckyBabe - 05.03.2014, 11:18

Forum Jump:


Users browsing this thread: 4 Guest(s)