enter command?
#5

pawn Код:
dcmd_enter(playerid, params[])
{
        #pragma unused params
    if (PlayerToPoint(5.0, playerid, 1480.8611,-1771.3727,18.7958))
    {
        SendClientMessage(playerid, COLOR_YELLOW, "Welcome to City Hall");
        SetPlayerInterior(playerid, 3);
        SetPlayerPos(playerid, 384.808624,173.804992,1008.382812);
    }
    else if (PlayerToPoint(5.0, playerid, 1554.6921, -1675.5272, 16.1953))
    {
        SendClientMessage(playerid, COLOR_YELLOW, "Welcome to LSPD");
        SetPlayerInterior(playerid, 3);
        SetPlayerPos(playerid, 288.745971, 169.350997, 1007.171875);
    }
    return 1;
}
Reply


Messages In This Thread
enter command? - by Luis- - 09.08.2010, 22:22
Re: enter command? - by Daren_Jacobson - 09.08.2010, 22:27
Re: enter command? - by Luis- - 09.08.2010, 22:35
Re: enter command? - by Luis- - 09.08.2010, 22:46
Re: enter command? - by Daren_Jacobson - 09.08.2010, 22:51
Re: enter command? - by willsuckformoney - 09.08.2010, 22:52
Re: enter command? - by Luis- - 09.08.2010, 23:13

Forum Jump:


Users browsing this thread: 1 Guest(s)