[NEED HELP] New problem with interiors
#8

Код:
if (strcmp(cmdtext, "/Enter", true, 10) == 0)
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 1553.5604, -1675.2515, 16.1953))
    {
        SetPlayerPos(playerid, 246.783996,63.900199,1003.640625);//LSPD enter
        SetPlayerInterior(playerid, 6);//change the interior with the interior id
        print("Please Wait,objects have loading ");
        TogglePlayerControllable(playerid,0);
        SetTimerEx("Unfreeze", 8000, false, "i", playerid);
    }
    else
    {
        SendClientMessage(playerid,-1, ""RED"You are't near any entry point");
    }
    return 1;
}
Reply


Messages In This Thread
[NEED HELP] New problem with interiors - by 5002 - 20.06.2013, 18:13
Re: [NEED HELP] New problem with interiors - by Necip - 20.06.2013, 18:39
Re: [NEED HELP] New problem with interiors - by 5002 - 20.06.2013, 19:08
Re: [NEED HELP] New problem with interiors - by Kindred - 20.06.2013, 20:06
Re: [NEED HELP] New problem with interiors - by SwisherSweet - 20.06.2013, 20:08
Re: [NEED HELP] New problem with interiors - by 5002 - 20.06.2013, 20:18
Re: [NEED HELP] New problem with interiors - by SwisherSweet - 20.06.2013, 20:23
Re: [NEED HELP] New problem with interiors - by SwisherSweet - 20.06.2013, 20:40
Re: [NEED HELP] New problem with interiors - by 5002 - 20.06.2013, 21:57
Re: [NEED HELP] New problem with interiors - by SwisherSweet - 20.06.2013, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)