Changing Entrance Name Problem
#1

Got a problem here, not sure why.

When I create a entrance, I am able to do change the entrance's name after.

Once I GMX or restart, I am unable and returns my not near entrance error?

The text and icons spawn, I am also unable to /enter.

Dialog:
PHP код:
            case 1//Change Entrance Name
            
{
                if(
InRangeOfEntrance(playerid))
                {
                    
Dialog_Show(playeridChangeEntranceNameDIALOG_STYLE_INPUT"Entrance Editor""Please enter the desired name:""Continue","Cancel");
                }
                else
                {
                    
SendErrorMessage(playerid"You need to be standing in the entrance icon you wish to change the name of!");
                }
            } 
InRangeOfEntrance
PHP код:
public InRangeOfEntrance(playerid)
{
    for(new 
id 0id MAX_ENTERid++)
    {
        if(
IsPlayerInRangeOfPoint(playerid3.0Entrance[id][PosX], Entrance[id][PosY], Entrance[id][PosZ]))
        {
            return 
id;
        }
    }
    return 
0;

Reply
#2

Are your entrance positions saving correctly?
Reply
#3

Yes. I have made the above a stock and decreased the range. Ive added a /einfo which shows my nearest entrance using the above function. I need to double check but i believe it updates the text but I am unable to use /enter
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)