INT VW problem
#1

I got a problem about /changename . I replace the coords.

Check This out
Old:
PHP код:
IsAtNameChange(playerid)
{
    if(
IsPlayerConnected(playerid))
    {
        if(
IsPlayerInRangeOfPoint(playerid3.0,1154.7295,-1440.2323,15.7969))
        {
            return 
1;
        }
 }
    return 
0;

NEW:
PHP код:
IsAtNameChange(playerid)
{
    if(
IsPlayerConnected(playerid))
    {
        if(
IsPlayerInRangeOfPoint(playerid3.0,1488.7249,-1771.5569,18.7958)) 
        {
            return 
1;
        }
 }
    return 
0;

when i /changename , It says in the name change place


CMD:
PHP код:
CMD:changename(playeridparams[])
{
    if(
IsAtNameChange(playerid) && PlayerInfo[playerid][pLevel] == 1)
    {
        
ShowPlayerDialogplayeridDIALOG_NAMECHANGEDIALOG_STYLE_INPUT"Name Change","Please enter your new desired name!\n\nNote: Name Changes cost $15,000 per level.""Change""Cancel" );
    }
    else
    {
        
SendClientMessageExplayeridCOLOR_WHITE"   You are not in the Name Change Place, or above level 1" );
    }
    return 
1;




I need a Help with VW INT about this. I hope this problem about VW or INT. Help
Reply


Messages In This Thread
INT VW problem - by SoFahim - 25.05.2015, 14:53
Re: INT VW problem - by Konstantinos - 25.05.2015, 14:58
Re: INT VW problem - by SoFahim - 25.05.2015, 15:03
Re: INT VW problem - by Konstantinos - 25.05.2015, 15:06
Re: INT VW problem - by SoFahim - 25.05.2015, 15:15

Forum Jump:


Users browsing this thread: 1 Guest(s)