29.12.2011, 20:52
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?

|
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. |
new currentveh;
currentveh = GetPlayerVehicleID(playerid);
DestroyVehicle(currentveh);
SetPlayerScore(playerid,0);
SendDeathMessage(killerid, playerid, reason);