enter command?
#4

I now have another problem :/,

pawn Код:
dcmd_enter(playerid, params[])
{
    {
        #pragma unused params
        PlayerToPoint(25.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);
    }
    {
        PlayerToPoint(25.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;
    }
}
Can you fix the command so that i can enter the City Hall at the pickup for City Hall and I can enter LSPD at the Pickup for LSPD?
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)