Gamemode problem?
#1

Hey
I just got high roller post rank.

Anyway back to topic.
I'm having problem loading streamer object on my Awesome GamerX gamemode.
Why in my other gamemodes it load so fast

It load so fast while i'm so far.

But why in my Awesome GamerX gamemode it load when i'm near to them.

My Streamer objects are placed in Filterscript.
Reply
#2

Quote:
Originally Posted by Romel
Посмотреть сообщение
Hey
I just got high roller post rank.
Congratz.


Back To The Topic;
I think Because Of Youre Inculeds. You know what i'm taking about.
If You're Server Uses Y_INI It Will Load FAST. But If It Uses ZCMD or DINI its Going To Load Slow.
So If You Have ZCMD or DINI You'll Need To Convert All The Script To Y_INI Cuz Its The Fastest.

I Hope You Understand Me.



Edit; And YesterDay I Just Got Huge Clucker Post Rank
Reply
#3

Maybe these functions are used in the script?

pawn Код:
native Streamer_TickRate(rate);
native Streamer_MaxItems(type, items);
native Streamer_VisibleItems(type, items);
native Streamer_CellDistance(Float:streamdistance);
native Streamer_CellSize(Float:size);
These change the settings of the streamer.
Reply
#4

Quote:
Originally Posted by Sig Hansen
Посмотреть сообщение
Congratz.


Back To The Topic;
I think Because Of Youre Inculeds. You know what i'm taking about.
If You're Server Uses Y_INI It Will Load FAST. But If It Uses ZCMD or DINI its Going To Load Slow.
So If You Have ZCMD or DINI You'll Need To Convert All The Script To Y_INI Cuz Its The Fastest.

I Hope You Understand Me.



Edit; And YesterDay I Just Got Huge Clucker Post Rank
Are you insane?

My server uses to Y_ini and some parts are dini and it work fast.
But in my Awesome GamerX it work slow.

And iggy.
No i didn't use these.
Reply
#5

Quote:
Originally Posted by Sig Hansen
Посмотреть сообщение
Congratz.


Back To The Topic;
I think Because Of Youre Inculeds. You know what i'm taking about.
If You're Server Uses Y_INI It Will Load FAST. But If It Uses ZCMD or DINI its Going To Load Slow.
So If You Have ZCMD or DINI You'll Need To Convert All The Script To Y_INI Cuz Its The Fastest.

I Hope You Understand Me.



Edit; And YesterDay I Just Got Huge Clucker Post Rank
Since when zcmd is a file system ?

And zcmd is slow, are you insane ?
Reply
#6

Quote:
Originally Posted by Lexi'
Посмотреть сообщение
Since when zcmd is a file system ?

And zcmd is slow, are you insane ?
Sorry I'M FUCKING TIRED:@
Reply
#7

It's recommended that you place all objects in your gamemode. (OnGameModeInit), unless their sole purpose is obviously for a command etc.

Also, the object's stream distance might be different.
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
So just change Floattreamdistance to the desired distance. Possible solution <<
Reply
#8

Never mind i renew my gamemode thanks for help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)