Jump to content

javad_iran

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by javad_iran

  1. how to get money in MySQL Gamemode [Login/Registration System] the code not working: player.getMoney(250); please help me sorry for bad english...
  2. hi. how to change size blip in map? increase blip size code blip: const Natives = { SET_BLIP_CATEGORY: "0x1b43a8c070cad58c", SHOW_HEADING_INDICATOR_ON_BLIP: "0x7fb3ef6fd3b188b7" }; mp.events.add({ "entityStreamIn": (entity) => { if (entity.type == "player") { let color = parseInt(entity.getVariable("blipColor")); if (entity.blip == 0) entity.createBlip(1); entity.setBlipColor(isNaN(color) ? 0 : color); mp.game.invoke(Natives.SET_BLIP_CATEGORY, entity.blip, 7); mp.game.invoke(Natives.SHOW_HEADING_INDICATOR_ON_BLIP, entity.blip, true); } }, "entityDataChange": (entity, key, value) => { if (entity.type == "player" && key == "blipColor") { let color = parseInt(entity.getVariable("blipColor")); entity.setBlipColor(isNaN(color) ? 0 : color); } } });
  3. please fix vehicle godmode
  4. please help me , how to install .cs file in script tuning ?!
  5. how to install script *Simple car performance tuning menu* ?! my gamemode is freeroam
  6. how to install script *Simple car performance tuning menu* ?! my gamemode is freeroam
  7. how to install Simple car performance tuning menu?! my gamemode is freeroam thanks...
  8. ... post edited ...
×
×
  • Create New...