Bug map please help me
#1

When i enter a random interiror. It must take about 2-3 second to load complely the map but when i enter i imeditlely fall down and the map didnt load complety. WHat should i do the solve this problem. OR maybe what can i do to freeze the player when they enter a random door. Please help me
Reply
#2

Код:
CMD:enter(playerid, params[])
{
	TogglePlayerControllable(playerid, false);
	SetTimerEx("EnterFix", 5000, false, "i", playerid);
	return 1;
}

forward EnterFix(playerid);
public EnterFix(playerid)
{
	TogglePlayerControllable(playerid, true)
	return 1;
}
Reply
#3

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
Код:
CMD:enter(playerid, params[])
{
	TogglePlayerControllable(playerid, false);
	SetTimerEx("EnterFix", 5000, false, "i", playerid);
	return 1;
}

forward EnterFix(playerid);
public EnterFix(playerid)
{
	TogglePlayerControllable(playerid, true)
	return 1;
}
OMG, thank you, it work perfectly, rep for you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)