Help since const
#6

Fck... it dont printing my anything i putted like this if i put SCM...
It is not sending my anthing....

pawn Код:
if( newkeys & KEY_SECONDARY_ATTACK ) {

            for( new i = 0; i < MAX_INTERIORS; i++ ) {

                if( IsPlayerInRangeOfPoint( playerid, 3.0, InteriorInfo[ i ][ iX ], InteriorInfo[ i ][ iY ], InteriorInfo[ i ][ iZ ] ) ) {

                    FadeFromBlack( playerid );

                    SetPlayerInterior( playerid, IntNfo[ InteriorInfo[ i ][ iType ] ][ INT_ID ] );
                    SetPlayerVirtualWorld( playerid, InteriorInfo[ i ][ iVirtualWorld ] );
                   
                    printf("ID:%d", InteriorInfo[ i ][ iType ]);

                    SetPlayerPos( playerid, IntNfo[ 0 ][ I_COORDS ][ 0 ], IntNfo[ 0 ][ I_COORDS ][ 1 ], IntNfo[ 0 ][ I_COORDS ][ 2 ] );
                    return true;
                }
            }
Reply


Messages In This Thread
Help since const - by shulk - 08.03.2014, 15:52
Re: Help since const - by Misiur - 08.03.2014, 16:05
Re: Help since const - by Pottus - 08.03.2014, 16:08
Re: Help since const - by shulk - 08.03.2014, 17:20
Re: Help since const - by Misiur - 08.03.2014, 17:32
Re: Help since const - by shulk - 08.03.2014, 17:41
Re: Help since const - by Pottus - 08.03.2014, 17:59
Re: Help since const - by shulk - 08.03.2014, 18:22
Re: Help since const - by shulk - 09.03.2014, 11:16

Forum Jump:


Users browsing this thread: 2 Guest(s)