Posts: 83
Threads: 15
Joined: Jul 2015
Reputation:
0
Freezing players for 5 seconds is too much, I'm freezing them for 1 and half second, anyway I'm already using a similar code, but that's not the issue in this case, I've been asking about the objects loading time, does it look fine for you or they should load faster usually, having in mind it's a small ~150 objects interior?
Don't consider this as I'm looking for scripting help, I am not, just seeking opinions on whether the loading time of the objects looks slow or normal to you, thanks.
+Rep for the answer, though.
Posts: 35
Threads: 0
Joined: Jun 2016
Reputation:
0
One response for information:
The function of streamer, and the reason of why allow more objects than CreateObject of SAMP, are because this works like stream distances.
If the player get streamed with the site of one object, the plugin create the object, and if leave of streamed distance, this get destroyed, all only for him.
If you teleport to one site with streamed objects, is natural than need some seconds to load, to sync with load objects streamed.
Posts: 83
Threads: 15
Joined: Jul 2015
Reputation:
0
Yes, I am aware it needs some time to load (to stream in), just been thinking it was loading slower than usual for me compared to before.
Aigh, I wanted to hear some opinions and since it's looking normal to you - that's great.
Posts: 83
Threads: 15
Joined: Jul 2015
Reputation:
0
Yes, @Vince, the charset is utf-8, I still don't get how the MySQL charset is going to interfere with plain text that's coming straight from the script and has nothing to do with MySQL (or I'm just not aware of it).
SendRconCommand("hostname † Test Server †"); - Comes up as some strange characters when I have the mysql plugin on.
SendClientMessage(playerid, -1, "This † is a cross."); - Comes up as some strange character as well when I have the mysql plugin on.
Posts: 457
Threads: 7
Joined: Jul 2017
Question to answer:
1) Is an Interior?
2) if yes ^, Are you Setting pos before interior?
3) Are you using streamer or samp object?
4) if streamer, What version of streamer you use?
Posts: 83
Threads: 15
Joined: Jul 2015
Reputation:
0
Questions 1,3 and 4 are answered in the video I posted, it's an interior, I am setting the coordinates, then the facing angle, interior and virtual world, I'm using dynamic objects (Streamer 2.9.1 - newest).
Posts: 457
Threads: 7
Joined: Jul 2017
Quote:
Originally Posted by 1nspire
Questions 1,3 and 4 are answered in the video I posted, it's an interior, I am setting the coordinates, then the facing angle, interior and virtual world, I'm using dynamic objects (Streamer 2.9.1 - newest).
|
try to set the interior before the positions