asking abut dynamic objec
#1

create dynamic object we put under public OnGameModeInit() or another place?
Reply
#2

Yes, it goes under OnGameModeInIt
Reply
#3

owh ok tq
Reply
#4

eh but when i put at OnGameModeInit() it doesn work!!!
Reply
#5

you put it in filterscript? if yes add:

PHP код:
public OnFilterScriptInit() 
{
your objects 
return 1;

if on gamemode after:
PHP код:
public OnGameModeInit()
{
objcets
return 1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)