Would you consider this as slow loading?
#2

In this case try to use

Код:
forward StreamingObj(playerid);
public StreamingObj(playerid)
{
TogglePlayerControllable(playerid, true);
return 1;
}
After that in public where player enter new interior

Код:
TogglePlayerControlable(playerid, false);
SetTimer("StreamingObj", 5000, 0);
Reply


Messages In This Thread
Would you consider this as slow loading? - by 1nspire - 15.08.2017, 17:43
Re: Would you consider this as slow loading? - by Adain - 15.08.2017, 18:30
Re: Would you consider this as slow loading? - by 1nspire - 15.08.2017, 18:40
Re: Would you consider this as slow loading? - by pabloalber84ban - 15.08.2017, 18:55
Re: Would you consider this as slow loading? - by 1nspire - 15.08.2017, 18:59
Re: Would you consider this as slow loading? - by Vince - 15.08.2017, 19:30
Re: Would you consider this as slow loading? - by 1nspire - 15.08.2017, 19:55
Re: Would you consider this as slow loading? - by Xeon™ - 15.08.2017, 21:54
Re: Would you consider this as slow loading? - by 1nspire - 16.08.2017, 08:09
Re: Would you consider this as slow loading? - by Xeon™ - 16.08.2017, 12:29

Forum Jump:


Users browsing this thread: 1 Guest(s)