Objects Loading Issue
#1

Guys i made this Filterscript with only objects.. which is visibly less than 400 in number..
and it compiles properly.. and its in

OnGameModeInit()
{
Objects Blah
return 1;
}

but when i get ingame.. the objects are not there.. hmmm
Reply
#2

Are you using streamer?

EDIT:

https://sampforum.blast.hk/showthread.php?tid=102865 try with this..
Reply
#3

Did you re-load the filterscript? And like said above are you using a streamer? If you are using Incognito's streamer (what I recommend) you need to write them like:
pawn Код:
CreateDynamicObject...
// Go on
// Go on
Reply
#4

But my objects dont show at all.. how would the streamer help ??

Also.. all this is in a filterscript.. when i put the same in the gamemode.. all of them appear
Reply
#5

OnFilterScriptInit..

add objects there...
Reply
#6

and what about the streamer.. ?? its a plugin right ?? how does it helpp ?
Reply
#7

Quote:
Originally Posted by spd_sahil
Посмотреть сообщение
But my objects dont show at all.. how would the streamer help ??

Also.. all this is in a filterscript.. when i put the same in the gamemode.. all of them appear
Oh wait, like above said - You need to drop it under OnFilterScriptInit since it's a filterscript not a gamemode.

// Streamer
Yes it's a include - then you can load more objects and faster I think.
Reply
#8

You can load more objects..

I think that you can add only 400 objects without streamer (unsure)..

EDIT: Guy above was faster :/
Reply
#9

yupp 400 ..

thanks guys

and for a streamer..

i have to include in the FS and in the plugin ??
Reply
#10

yes
you need to include it in GM/fs and add on plugins line in server.cfg

EDIT: Again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)