Jump to content

KaMi

Members
  • Posts

    155
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by KaMi

  1. you can use the "Drawing" function of this community resource https://community.multitheftauto.com/index.php?p=resources&s=details&id=141
  2. local spawns = { { 2181,-2495, 14 }, { 2181,-2495, 14 }, { 2181,-2495, 14 }, { 2181,-2495, 14 }, { 2181,-2495, 14 } } function tele(player) local teles = math.random ( #spawns ) if ( teles ) then setElementPosition(player, unpack ( spawns [ teles ] )) spawnPlayer (thePlayer, unpack ( post [ alazar ] )) end end addCommandHandler ( "pvp", tele )
  3. that don´t need scripts. you can restart your server ussing /bind ( key ) refresh; ( example ): /bind . refresh and when you press "." the server going to restart.
  4. No, that is impossible. the only way to add that objects is ussing this to attach the objc to the body: https://community.multitheftauto.com/index.php?p=resources&s=details&id=2540 and this functions to remplace the texture : engineLoadTXD , engineImportTXD, engineLoadDFF and engineReplaceModel
×
×
  • Create New...