Posts: 17
Threads: 7
Joined: Apr 2014
Reputation:
0
Well, i got issue, on my server i keep randomly, and not always from interior, i am speaking about Prison RP, and its quite frustrating to fall from interiors, as 2/3 of server are inside, so if you can help me, please contact me!
My skype: Dj0rdje1
Posts: 889
Threads: 4
Joined: Mar 2013
Reputation:
0
Freeze the player for a few seconds to allow interior objects to be streamed.
Posts: 210
Threads: 11
Joined: Oct 2012
Reputation:
0
SetTimerEx("Freeze", 5000, false, "i", playerid);
forward Freeze(playerid);
public Freeze(playerid){
// do your freeze stuff here
return 1;
}
Posts: 749
Threads: 76
Joined: Apr 2013
Reputation:
0
Try to add +2 or +1 in the end of your coordinates for example
SetPlayerPos(playerid, (Your cords)+2);
Posts: 17
Threads: 7
Joined: Apr 2014
Reputation:
0
Can someone script me code that will freeze player for 3 seconds when he enters interior?
Posts: 210
Threads: 11
Joined: Oct 2012
Reputation:
0
Use what I wrote and modify it, not that difficult. Use the wiki
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Buy a better computer. Freezing ALL players just because YOUR computer doesn't handle it is really quite selfish. It's incredibly annoying to be frozen while things are supposedly "loading" even though everything's already streamed into view. If you use this, provide an option to toggle it OFF on a per-player basis.
Posts: 210
Threads: 11
Joined: Oct 2012
Reputation:
0
Same here lol the server latency is a big part of the problem too.