Недавнее содержимое от Ness

  1. N

    Edit BulletSync

    push
  2. N

    Edit BulletSync

    Hello, I've got a small problem with editing the incoming BulletSync. Does anybody know how to fix this? This is my Code: function sampev.onBulletSync(playerId, data) bool, handle = sampGetCharHandleBySampPlayerId(playerId) X, Y, Z = getCharCoordinates(handle) data.target.x = X...
  3. N

    Вопросы по Lua скриптингу

    push, problem still exists.
  4. N

    Вопросы по Lua скриптингу

    Why does this error occur? function sampev.onBulletSync(playerId, data) bool, handle = sampGetCharHandleBySampPlayerId(playerId) X, Y, Z = getCharCoordinates(handle) data.target.x = X data.target.y = Y data.target.z = Z print('playerId: ['..playerId..'] X...