Objects not appearing
#1

I have simple CreateObjects OnGameModeInit and a lot of them don't show until you've died 2 or 3 times near where the objects *should* be in the server, any ideas?
Reply
#2

There may be too much object in a same location.
or
The maximum number is 30000 objects but in some host it will get lag when it cross 5000 [depend on host]
Reply
#3

There are under 50 objects.
Reply
#4

Is that much object is a same location or spreaded. can u show the pic how ur mta is?
Reply
#5

Spreaded, and sort of -

Before 3 deaths:



After:
Reply
#6

is there anything under onplayerdeath.
And try to add the objects to OnPlayerSpawn
Reply
#7

u added this in filterscript ?
i think its ur net problem.
and 0.3d have some bug problem and i am using o.3c ask someone who use d.
Reply
#8

Quote:
Originally Posted by RBTDM
Посмотреть сообщение
u added this in filterscript ?
i think its ur net problem.
and 0.3d have some bug problem and i am using o.3c ask someone who use d.
Gamemode.

OnPlayerDeath contains:

Код:
new currentveh;
    currentveh = GetPlayerVehicleID(playerid);
    DestroyVehicle(currentveh);
    SetPlayerScore(playerid,0);
    SendDeathMessage(killerid, playerid, reason);
OnPlayerSpawn object creation would make duplicates...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)