Help Problem with Interior!
#1

hi i have a problem..if i put /tpevent out side in Int: 0 and player is in house he wont get interior 0 and virtual world 0 .. he gets house hInt and hWorld..





fixed
Reply
#2

Why are checking their virtual world and interior and sending them back to it?

Try this.

Код:
if(strcmp(cmd, "/join", true) == 0)
{
	if(IsPlayerConnected(playerid))
	{
		if(EventStarted == 0) return SendClientMessage(playerid, COLOR_RED, "No event in this moment");
		
  		SetPlayerPos(playerid,ex,ey,ez);

  		SetPlayerVirtualWorld(playerid, 0);
  		SetPlayerInterior(playerid, 0);
		PlayerInfo[playerid][pVirWorld] = 0;
  		PlayerInfo[playerid][pInt] = 0;
  		printf("/tpevent INT: %d TPEVENT VW: %d",interior,vw);
  }
  return 1;
}
Reply
#3

fixed
Reply
#4

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)