Getting to interior with command (Need help)
#1

Please delete - solved
Reply
#2

You get the interior id 9 thats why you see blue. You forgot to change the players position.
Reply
#3

And what I need to do for repair it?
Reply
#4

Add
Код:
SetPlayerPos(playerid,x,y,z);
under 'SetPlayerInterior'. Replace x,y & z ofc.
Reply
#5

i do this and stay BLEU
Reply
#6

Код:
if(strcmp(cmdtext, "/enter", true) == 0)
    {
   	SetPlayerInterior(playerid, 1);
   	SetPlayerPos(playerid,246.4180,65.5974,1003.6406);
   	SendClientMessage(playerid, COLOR_GREEN,"You entered in test interior");
   	return 1;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)