Randomly falling from interiors` -
Djordjekkk - 17.02.2015
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
Re: Randomly falling from interiors` -
Sithis - 17.02.2015
Freeze the player for a few seconds to allow interior objects to be streamed.
Re: Randomly falling from interiors` -
GGRoleplay - 17.02.2015
SetTimerEx("Freeze", 5000, false, "i", playerid);
forward Freeze(playerid);
public Freeze(playerid){
// do your freeze stuff here
return 1;
}
Re: Randomly falling from interiors` -
TheSnaKe - 17.02.2015
Try to add +2 or +1 in the end of your coordinates for example
SetPlayerPos(playerid, (Your cords)+2);
Re: Randomly falling from interiors` -
Djordjekkk - 17.02.2015
Can someone script me code that will freeze player for 3 seconds when he enters interior?
Re: Randomly falling from interiors` -
GGRoleplay - 17.02.2015
Use what I wrote and modify it, not that difficult. Use the wiki
Re: Randomly falling from interiors` -
Vince - 17.02.2015
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.
Re: Randomly falling from interiors` -
Djordjekkk - 17.02.2015
Quote:
Originally Posted by Vince
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.
|
Eh, i wish it was just me, irony is that im only one who isnt falling! Everyone else got the issue
Re: Randomly falling from interiors` -
Jake187 - 17.02.2015
Quote:
Originally Posted by Vince
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.
|
I've ran on a i7 4790 12GB DDR3 RAM SSD Geforce GTX 750 and still had to have myself frozen for a second for the objects to load.
I am not sure where you're going with this.
Re: Randomly falling from interiors` -
GGRoleplay - 17.02.2015
Same here lol the server latency is a big part of the problem too.