SA-MP Forums Archive
Gamemode problem? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gamemode problem? (/showthread.php?tid=377982)



Gamemode problem? - JaKe Elite - 16.09.2012

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.


Re: Gamemode problem? - Sig Hansen - 16.09.2012

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


Re: Gamemode problem? - iggy1 - 16.09.2012

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.


Re: Gamemode problem? - JaKe Elite - 16.09.2012

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.


Re: Gamemode problem? - Glint - 16.09.2012

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 ?


Re: Gamemode problem? - Sig Hansen - 16.09.2012

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

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


Re: Gamemode problem? - clarencecuzz - 16.09.2012

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 <<


Re: Gamemode problem? - JaKe Elite - 16.09.2012

Never mind i renew my gamemode thanks for help.