Jump to content

Hyunsu

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by Hyunsu

  1. In my server players didn't acclimatize CJ running. because they used to play at SAMP (peds of Samp don't have CJ running style). i tried to make it. but it was not unaffected such as SAMP. i want to add this function. setPedRunningStyle(ped, style); or add this resource in basic resource of MTA.( such as "reload", "interiors" ..)
  2. maybe i think that .. when start resource("onResourceStart" ) -> starting.. - > starting.. -> when finished starting resource("onResourceStarted")
  3. sorry, my bad english. i already did getResourceState. "when resource start" and "when resource finished starting" were always "running". not changed.
  4. yes, it's my wanting. but, that's not safe. we don't know when resource finished starting.
  5. "A" is big resource. "B" is 1kb resource. i want to start "B" after starting "A". but i can't. -- script in "A" resource. function startingB() startResource(getResourceFromName("B")); end addEventHandler("onResourceStart", getResourceRootElement(), startingB); -- at Console , (i typed "start A") starting "A" starting "B" start: Resource "B" stated start: Resource "A" stated i want to add "FinishedStarting".
  6. i see only 67~71%. i love mta bye.
  7. sorry to my bad english. i will make zombie resource. These are my questions. 1. i want to know speed of "ped automatically synced" for other players. (Nothing script about sync, autonomously MTA) 2. what is "how to sync effectively"? (way to programing)
  8. all pedestrians in mta are automatically synced by one of the players ingame. mta uses its own system to choose who syncs them, and it does a good job of it. when you are the syncer, the peds will always look smooth and operate very well. when someone else is the syncer and they have a high ping, then you migh notice some chopiness. to avoid the impact of this, when a zombie attacks a person, it is scripted to set the syner to the person the zombie is chasing. this greatly reduces any problems. in any event, the whole thing works well, but nothing in life is perfect. why zombie can sync only one player? i think, this function is setElementSyncer.
  9. if server ping is high, are zombies choppy?
  10. Does this resource have perfect sync system?
  11. same all zombie server. (alike high ping)
  12. i went to the zombie server. (Ping of the server was 400~450) if i alone, movement of zombie was good. but if other players were around me, it is very nervous. (ex. suddenly teleport) Is reason of problem scripting error? or high ping? ps. Movement of Players was soft.
  13. Hyunsu

    what is mean?

    "0005236: LOD system for custom models" - all dffs and cols are individual, unclumped models, all are defined in the meta.xml can this replacing ped's dff?
  14. i vain attempt for 5 hours. TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
  15. sorry my bad english. i want to make virual world. this function is exist in samp. ( setPlayerVirtualWorld(playerid, worldid) ) give an account of it. A is "One" world player. B is "Two" world player. C is "Two" world player. A don't stream B. B don't stream A. B can stream C. C can stream B. only stream same world. "setElementStreamable(source, false)" is not work. (return false). i am tried cancel "onClientElementStreamIn" Event. but i can't set steam element. it isn't possible?
  16. eTXD = engineLoadTXD ( "Vehicles/417.txd" ); engineImportTXD (eTXD,417 ); eDFF = engineLoadDFF ( "Vehicles/417.dff", 417 ); engineReplaceModel (eDFF, 417); engineSetModelLODDistance(417, 1000); it doesn't work
  17. sorry my bad english. i replaced car. view distance of the car was very short. how shuld i lengthy set view distance of custom vehicle?
  18. When it is possible? 1.1? 1.2? 1.3? 2.0?
  19. sorry my bad english. Many people want to replace ped's dff. so, i believe MTA Team knows it. but i can't still find it at roadmap. is it impossible? MTA Team, please answer here. i am really urgent.
  20. sorry, my bad english. "XML Error" makes broken to my "test.xml". i destroyed "test.xml" because of error and i didn't see the file. but, print(tostring(fileExists("test.xml"))) is true. i didn't create "test.xml". i didn't load "test.xml". i exactly checked file position. and another file names didn't have problem. only specific file name("test.xml") have problem.
  21. where is it ? i can't find it at "roadmap"
  22. no that's "LOD system for custom models". not replace ped.
  23. i want to replace ped's dff. but it didn't. is it requested?
×
×
  • Create New...