Interior problem
#1

This is my interior for san news in los santos:

pawn Код:
if(PlayerToPointStripped(2.0, playerid,1570.7996,-1337.1469,16.4844,cx,cy,cz))
    { // Journaliste : Entrйe
        SetInterior(playerid,1);
        SetVirtualWorld(playerid,0);
        FreezePlayer(playerid,"Entrance in San News");
        Streamer_Update(playerid);
        SetTimerEx("UnfreezePlayer",2000,false,"d",playerid);
        SetPlayerPos(playerid,690.6924,-1361.1265,-61.0431);
        return 1;
    }
    if(PlayerToPointStripped(2.0, playerid,690.6924,-1361.1265,-61.0431,cx,cy,cz))
    { // Journaliste : Sortie
        SetInterior(playerid,0);
        SetVirtualWorld(playerid,0);
        SetPlayerPos(playerid,1570.7996,-1337.1469,16.4844);
        return 1;
    }
But when i enter in it, interior is bugged, what is wrong in my code ??

Thanks
Reply
#2

What do you mean by "bugged"? Can you show us atleast a screenshot?
Reply
#3

Here is one, when i'm in.

Reply
#4

Then interior is incorrect then. Go in-game, where you want and type /interior. It will show which one is your current interior.
Reply
#5

It says: current interior: 1
Reply
#6

When it says interior 1, is the background normal or just like the picture? I meant when it was the normal way!
Reply
#7

It was even so^^
Reply
#8

You should set objects interior to 1 to
Reply
#9

Quote:
Originally Posted by WorldWideGaming
Посмотреть сообщение
You should set objects interior to 1 to
To what ?^^
Reply
#10

To 1


forget the other what
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)