Jump to content

Wei

Members
  • Posts

    814
  • Joined

  • Last visited

Everything posted by Wei

  1. Wei

    alc Group Show

    Lol this says that anyone is admin for me because i have modyfied acl
  2. Wei

    alc Group Show

    does anyone know that ?
  3. Wei

    alc Group Show

    but idk how could i do that
  4. Wei

    Question

    exports.scoreboard:addScoreboardColumn('Cash') function fCashShow ( ) setElementData( source,"Cash",getPlayerMoney( source ) ) end addEventHandler( 'onPlayerJoin', root, fCashShow ) This is my for cash if it helps you.
  5. addEventHandler ( "onVehicleDamage", root, function ( ) setVehicleDamageProof ( source, true ) end ) Try that it will turn damage proof on if you damage it a little
  6. it's for race and player is allready in vehicle i think ?
  7. function cars(thePlayer) x,y,z=getElementPosition(thePlayer) veh=createVehicle(411,x,y,z) warpPedIntoVehicle(thePlayer,veh) setVehicleDamageProof(veh,true) end addCommandHandler("carplease",cars) here if you type in /carplease you'll get bullet proof car! i think it's inferno but i'm not sure!
  8. Wei

    alc Group Show

    Doesn't work ;( exports.scoreboard:addScoreboardColumn('Group') function fGroupShow ( ) setElementData( source,"Group",aclGetGroup( source ) ) end addEventHandler( 'onPlayerLogin', root, fGroupShow )
  9. Wei

    Tag

    my own maded rpg/roleplay
  10. Wei

    Tag

    Is there any way to if it's player i team (in my case Staff team) to make a tag in a front of a name without changing nick?
  11. Wei

    Jobs problem

    I allready did
  12. Wei

    Jobs problem

    Kenix Thanks for help !
  13. Wei

    Jobs problem

    nothing. when i start script shows only error: [2012-03-20 18:00:27] ERROR: RPG\rpg.lua:45: attempt to index global 'S' (a nil value) [2012-03-20 18:00:27] ERROR: RPG\rpg.lua:6: attempt to index global 'S' (a nil value)
  14. Wei

    Login Register

    ok did it. thanks.
  15. Wei

    Login Register

    i have problem but idk why. when i wanna login with other name (not admin name) shows me error in console: WARNING: login\gui_s.lua:109: Access denied if i login with admin name works. please help me.
  16. Wei

    homes xml

    yes it is more than 100 homes. i need to go to every house in whole san andreas and type in interrior and ...
  17. Wei

    homes xml

    lol. there is more than 100 homes. i'm asking if somebuddy allready have it.
  18. Wei

    homes xml

    does anyone have all the homes for this script https://community.multitheftauto.com/index.php?p= ... ils&id=721 i need for all or most of it. thank you !
  19. Thank you both. I've got idea from cit. It looked cool
  20. hi. I have problem that doesn't show money on it. here is my lua: exports.scoreboard:addScoreboardColumn('Money') function showMoney () local money = call(getResourceFromName("admin"), "getPlayerMoney", source) setElementData(source,"Money",money) end addEventHandler("onPlayerJoin",getRootElement(),showMoney)
  21. why would i do that ? I script some small things for me! I just wanna be admin on one server !
  22. Wei

    Team Save script

    i've typed in team saver and it throwed me only saver scripts
×
×
  • Create New...