Problem
#1

Hi hi

my problem is, i have one GM and all houses of San Andreas are locked, i cant enter in..

anyone know the problem?

Thx
Reply
#2

You must have something that close the houses for a specific player group.
Search on OnGameModInit or OnPlayerConnect if you have something that close the doors.
Reply
#3

Код:
public OnGameModeInit()

{

	SetGameModeText("LV_TDM v4.2.7");
	SetTeamCount(3);
	ShowNameTags(1);
	UsePlayerPedAnims();
  DisableInteriorEnterExits();
	ShowPlayerMarkers(1);
	SetWorldTime(0);
  TextDrawShowForAll(Textdraw0);
  AllowInteriorWeapons(1);

public OnPlayerConnect(playerid)

{
	TextDrawShowForPlayer(playerid, Textdraw0);
  TextDrawShowForPlayer(playerid, Textdraw1);
	GameTextForPlayer(playerid," ~n~ ~n~ ~n~~b~Clan War~n~~r~Team Deathmatch",4000,1);
  	GivePlayerMoney(playerid, 5000);
  new pName[MAX_PLAYER_NAME];
  new string[48];
  GetPlayerName(playerid, pName, sizeof(pName));
  format(string, sizeof(string), "%s has joined the server.", pName);
  SendClientMessageToAll(COLOR_GREY, string);
	return 1;

}

That is what i have.
Reply
#4

remove "DisableInteriorEnterExits();"
Reply
#5

Gracias, me sirvio

Podeis cerrar tema.
Reply
#6

de nada
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)