Whats wrong with this....
#6

Try:
pawn Код:
if(strcmp(cmdtext, "/enter", true, 6) == 0)
{
    if(IsPlayerInRangeOfPoint(playerid, -2455.199951, 2254.000000, 4.980384))
    {
        SetPlayerInterior(playerid, 2);
        SetPlayerPos(playerid, 2543.462646,-1308.379882,1026.728393);
        return 1;
    }
}
NOT TESTED! Test it....
Reply


Messages In This Thread
Whats wrong with this.... - by Jack_Leslie - 13.03.2011, 12:15
Re: Whats wrong with this.... - by Calgon - 13.03.2011, 12:20
Re: Whats wrong with this.... - by davbad1 - 13.03.2011, 12:21
Re : Whats wrong with this.... - by Vukilore - 13.03.2011, 12:21
Re: Whats wrong with this.... - by Jack_Leslie - 13.03.2011, 12:21
Re: Whats wrong with this.... - by ricardo178 - 13.03.2011, 12:23

Forum Jump:


Users browsing this thread: 3 Guest(s)