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

  1. sbroker

    Софт RakSAMP Lite

    Anyone have a snippet for faking alt-tab/pause status?
  2. sbroker

    Избранное ASI SAMPFUNCS

    What is a reliable way to get the location of SAMPs SetPlayerCheckpoint checkpoint?
  3. sbroker

    Софт RakSAMP Lite

    is there an open source slap fix? or can you tell me how it works so I can make my own?
  4. sbroker

    Софт RakSAMP Lite

    This is still happpening to me, my script doesn't modify RPC, touch position or anything. [23:45:42] [RPC] << New spawn: (151117492862882576072704.00; 1642.20; -2334.48) [23:45:42] [RPC] << New spawn: (151117492862882576072704.00; 1642.20; -2334.48) [23:45:42] [RPC] << New spawn...
  5. sbroker

    Софт RakSAMP Lite

    anyone know why X position is so crazy? my player keeps spawning higher in the air too.
  6. sbroker

    Софт RakSAMP Lite

    Has anyone had success joining a 0.3DL-R1 server and if so how did you manage to get it to work?
  7. sbroker

    isPlayerSpawned

    I need a function that checks whether the local player is currently spawned or not. local function isPlayerSpawned() return isCharOnFoot(PLAYER_PED) or isCharInAnyCar(PLAYER_PED) end and sampIsLocalPlayerSpawned() don't work correctly, any advice or snippets would be helpful 😁