Pickup problem
#1

Hi i have problem with this code

Код:
if(pickupid == Exit) SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); SetPlayerPos(playerid,2086.8433,1594.0762,10.8203);
And when i enter that pickup i dont see anything :/ i set interior and vw on 0 but still dont see anything can anyone help me?
Reply
#2

Try like this:
pawn Код:
if(pickupid == Exit)
{
   SetPlayerInterior(playerid, 0);
   SetPlayerVirtualWorld(playerid, 0);
   SetPlayerPos(playerid,2086.8433,1594.0762,10.8203);
}
Reply
#3

still dont work, but i just wanna to say i use interior and code is "streamed" can be that problem?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)