Dynamic objects
#1

The objects does not appear when i use it with my gamemode,the objects work fine in other gamemodes but not in mine.I have streamer plugin loaded.Even the CreateObject() doest not work
Reply
#2

Maybe CreateObject() is overlimited
Reply
#3

Quote:
Originally Posted by SoFahim
Посмотреть сообщение
Maybe CreateObject() is overlimited
I
Fixed
It
Now
Reply
#4

Make sure that your place the code under OnGameModeInIt callback.

PHP код:
public OnGameModeInIt()
{
    
CreateObject(coords);
    return 
1;

Reply
#5

Quote:
Originally Posted by Michael B
Посмотреть сообщение
Make sure that your place the code under OnGameModeInIt callback.

PHP код:
public OnGameModeInIt()
{
    
CreateObject(coords);
    return 
1;

Quote:
Originally Posted by Fancy
Посмотреть сообщение
I
Fixed
It
Now
^
^
^
^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)