How to
#6

so like this??
pawn Код:
else if(checkpointid == otto)
    {
        new rnd = 2;
        new Float:Checkpointtele[2][3] =
            {
                //x   0          //y 1      //z 2        //a 3
                {1266.4143,-785.5112,1091.9063,329.5980}, // just a tele
                {1295.6150,-796.5847,1084.0078,181.6979},
            };

            rnd = random(sizeof (Checkpointtele));
            SetPlayerPos(playerid, Checkpointtele[rnd][0], Checkpointtele[rnd][1], Checkpointtele[rnd][2]);
            SetPlayerFacingAngle(playerid, Checkpointtele[rnd][3]);
   
        //SetPlayerInterior(playerid, 5);
        //SetPlayerPos(playerid, 1267.663208,-781.323242,1091.906250);
    }
i did it like that and it didnt work -_-
Reply


Messages In This Thread
How to - by willsuckformoney - 24.07.2010, 22:39
Re: How to - by selten98 - 24.07.2010, 22:40
Re: How to - by Kitten - 24.07.2010, 22:41
Re: How to - by willsuckformoney - 24.07.2010, 22:42
Re: How to - by selten98 - 24.07.2010, 22:46
Re: How to - by willsuckformoney - 24.07.2010, 22:50
Re: How to - by selten98 - 24.07.2010, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)