Error
#6

Quote:
Originally Posted by lewismichaelbbc
Посмотреть сообщение
pawn Код:
if(strcmp(cmd, "/exit", true) == 0)
{
   if(PlayerToPointStripped(2, playerid,238.5380,139.0598,1003.0234))
    {
    SetPlayerPos(playerid,2795.4570,-1619.4171,10.9219)
    SetPlayerInterior(playerid, 3);
    }
    return 1;
}
Try that. If it doesnt work, i have another idea.
You should know better than to give an answer with that kind of indentation!

pawn Код:
if(strcmp(cmd, "/exit", true) == 0)
{
    if(PlayerToPointStripped(2, playerid,238.5380,139.0598,1003.0234))
    {
        SetPlayerPos(playerid,2795.4570,-1619.4171,10.9219)
        SetPlayerInterior(playerid, 3);
    }
    return 1;
}

This requires the Angle, The X Float, The Y Float and the Z Float.

You must have those there
Reply


Messages In This Thread
Error - by Chris_Morrison - 26.08.2011, 13:43
Re: Error - by Mustang GT - 26.08.2011, 13:44
Re: Error - by lewismichaelbbc - 26.08.2011, 13:44
Re: Error - by lewismichaelbbc - 26.08.2011, 13:46
Re: Error - by Kingunit - 26.08.2011, 13:47
Re: Error - by Mustang GT - 26.08.2011, 13:47
Re: Error - by Chris_Morrison - 26.08.2011, 14:02
Re: Error - by -CaRRoT - 26.08.2011, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)