example
example

解决方案作者: Yann

  1. Yann

    已解决√ 求助 改了vehiclespawn的heading参数还是会车头朝向1

    标准答案,最好使用带一位小数的浮点型数值去定义heading值!比如 200.0
  2. Yann

    已解决√ 求助 蹲一个好用的ambulancejob 我现在这个老是复活不了我自己

    有很多: https://github.com/iiRelax/esx_ambulancejob https://forum.cfx.re/t/ambulance-job-with-persistent-death-and-icu/2844606 https://forum.cfx.re/t/esx-ambulance-job-v2/4893999 https://forum.cfx.re/t/esx-modified-script-ambulance-job-with-reviving-animations/1041883...
  3. Yann

    已解决√ 求助 改了vehiclespawn的heading参数还是会车头朝向1

    效果:一个heading为90,一个为180 代码: RegisterCommand("createcar",function(source,args) local coords = GetEntityCoords(GetPlayerPed(-1)) print(coords.x) print(coords.y) print(coords.z) print(args[1]) print(type(args[1])) local testVehicle =...
后退
顶部