Why CreateDynamicObject doesn't work?
#5

Because you don't have free slots for CreateDynamicObject. You have already used all with CreateObject. You have to use just few CreateObject like for the object where a player has spawn or just for objects like that and put the others dynamic. Check how many CreateObjects you have. Use this script in a command in your gamemode/fs:
PHP код:
new count=0;
for(new 
k=0;k<1001;k++)
  if(
IsValidObject(k))
       
count++;
new 
msgge[128];
format(msgge,sizeof(msgge),"{FFFFFF}Objects Created: %d",count);
SendClientMessage(playerid,-1,msgge); 
RO: Acu vazui ca esti roman, daca nu reusesti imi poti da PM si te ajut.
Reply


Messages In This Thread
Why CreateDynamicObject doesn't work? - by PudraMentolata - 19.04.2016, 16:46
Re: Why CreateDynamicObject doesn't work? - by thaKing - 19.04.2016, 18:48
Re: Why CreateDynamicObject doesn't work? - by iKevin - 19.04.2016, 18:52
Re: Why CreateDynamicObject doesn't work? - by DarkLored - 19.04.2016, 19:05
Re: Why CreateDynamicObject doesn't work? - by AdrianG - 20.04.2016, 00:10

Forum Jump:


Users browsing this thread: 1 Guest(s)