Jump to content

TorNix~|nR

Members
  • Posts

    503
  • Joined

  • Last visited

Everything posted by TorNix~|nR

  1. Hello everyone I have an login panel work good, but some players need spam the accounts anyone know how to make max register Attempt please?
  2. TorNix~|nR

    Tag Team

    hello everyone I need a Chat for teams, can help me? for example I go to team Military in scoreboard I need to have for exp the tag [MILITAR] please anyone can help? and thanks
  3. Yes I need to make in main chat a teamchat [the tag] for example I'm in team MIlitary I need to have the tag [MILITAR] you understand?
  4. Why anyone respond ._.
  5. TorNix~|nR

    TagTeam

    hello everyone I need a Chat for teams, can help me? for example I go to team Military in scoreboard I need to have for exp the tag [MILITAR] please anyone can help? and thanks
  6. I add in client function reparar12 () vehicles = getElementsByType ( "vehicle" ) fixVehicle ( vehicleValue ) end and in server function reparar12 ( ) if (not isElement(plr)) then return end end local veh = getPedOccupiedVehicle(plr) setElementHealth(veh, 1000) fixVehicle(veh) it won't work please help
  7. I need to add a repair function to vip menu, please tell me what I do? the code?
  8. Hello everyone, I have an problem in my VIP panel, I need to make it ------------------------------------------------------------------------- function reparar12 ( ) if (not isElement(plr)) then return end end local veh = getPedOccupiedVehicle(plr) setElementHealth(veh, 1000) fixVehicle(veh) ------------------------------------------------------------------------- It won't work what I need do ? please help me
  9. It won't work too what I do ?
  10. Thank you LoL, I'll try it tomorrow, because I close pc, thank you
  11. Hello all please help me:( this work for me function giveWeaponsOnSpawn ( theSpawnpont, theTeam ) giveWeapon ( source, 31, 200 ) -- Gives the M4 weapon with 200 ammo end addEventHandler ( "onPlayerSpawn", getRootElement(), giveWeaponsOnSpawn ) -- attach the event handler and this won't work, I need it function giveWeaponsOnSpawn ( theSpawnpont, theTeam ) giveWeapon ( source, 31, 200 ) -- Gives the M4 weapon with 200 ammo end addEventHandler ( "onPlayerJoin", getRootElement(), giveWeaponsOnSpawn ) -- attach the event handler please who can help
×
×
  • Create New...