Jump to content

Mobin

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Mobin

  1. yeah it is but CEF is not friendly for those with weak systems and sometimes their system can't event launch the application because of that it is better you use DGS and GUI instead of CEF
  2. i can't find other ways for that only way is loading texture by file path `dxCreateTexture("img.png")` to let cpp load that file you can delete the file after you loaded that but it happens when script loaded if player download the img and left the server before it loads the client can save that file at other place
  3. after you created your texture it saves your pixels in memory then you can just delete your texture file with `fileDelete` but your clients have to download your texture file always when they are trying to connect to server ------ local path = "img.png"; if fileExists(path) then local texture = dxCreateTexture(path); fileDelete(path); end ------ but why you are trying to do that? i think imgs and sounds are not important that much but your code is your client can extract that image with just taking an screenshot with this you torture both your client and yourself
  4. you can create a weapon and attach it to your vehicle https://wiki.multitheftauto.com/wiki/CreateWeapon
  5. at line 172 & 188 & 191 your `vehicles.lua` scripting is calling to an exported function at resource `vehicles_auxiliar` but this resource isn't started or it doesn't exist. just make sure you have the `vehicles_auxiliar` resource in your `resources` directory and it's started
  6. age mode e ezafi roye gta sa rikhti pakesh kon ya gta sa ro pak kon noskhe original esh ro install kon age moshkel hal nashod momkene bekhatere kam boodan hajm e virtual memory t bashe
  7. dooste aziz ina moshkelati hastand ke marbot be gamemode e shoma hastesh intor moshkel haro mitonin ba scripter e khodeton dar mion bezarin ya lotfan yek seri etela-at az gamemode va scripteton inja gharar bedin ke baghie bedonan chetori bayad komaketon konan dar zemn bakhshe rules e forum ro ham motale e konid!
  8. bebin in moshkel zamani mitone be vojod biad ke CEF hamrahe MTA install nashode bashe vase inke raf beshe faghat yebar mta ro reinstall kon dorost mishe
×
×
  • Create New...