Jump to content

[Ska]Vladmo

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by [Ska]Vladmo

  1. I'll change attacker, ggg) change to attacker, 1000) Oh thanks and sorry for bein mean to ya earlier was havin' bad day Shouldn't let it on forum
  2. Alright I got my line of code givePlayerMoney ( source, 100 ) I made the code like this because I didn't want to mess around with it differently, this is the way I know. But I am not sure where to put it so when someone kills someone the killer gets 1k cash. This may sound easy to you but it is not easy for me, hope you can help, thanks in advanced!
  3. Hey how do I make it so only certain vehicles can respawn and not all, because I have the /vehicle command and I don't want vehicles to respawn if they are spawned by another player, I have all the vehicles spawned by the spawn point when they start but they respawn but the /vehicle vehicles do to, I want the /vehicle vehicles to blow up and then there gone, if this is possible can someone please help me out on this?
  4. If it's so simple, why don't you show him ? Who ever said it was simple for me?
  5. If it's so simple then why can't you do it?
  6. [Ska]Vladmo

    Groups

    Hi does anyone know where the target is for the group names as if I wanted to make a group name named admin and it will show when you hold tab in-game.
  7. If you expect everything they tell you on this forum to work then I suggest you gtf out of ehre and make your own scripts, everyone is learning here, so instead of acting like an a** you could try appreciate the help you're getting. If expect to talk to other people like that on a caring forum then I suggest you gtfo of here and go to a mad mad place.
  8. Thanks I found the mabak-services resource download and it worked thanks alot!
  9. In this function playervehicle and playername are undefined - you determine them in the other function but not in this one. You're also saving the owner of a vehicle as a player element type but call the variable "playername" which is confusing. And what is the "authorized" variable ? That's the name of the player but you don't use it. In fact, I wouldn't use the name (you're not) as it could change. Edit: I notice that you've made the variables global - that's never going to work in the long run when you've multiple people on the server. function playerExpel ( thePlayer ) playervehicle = getPlayerOccupiedVehicle ( thePlayer ) if ( getElementData ( playervehicle, "parkedby" ) == thePlayer ) then setVehicleFrozen ( playervehicle, false ) setVehicleDamageProof ( playervehicle, false ) setVehicleOverrideLights ( playervehicle, 0 ) setVehicleEngineState ( playervehicle, true ) outputChatBox ( "Vehicle Started", thePlayer, 255, 0, 0 ) else removePlayerFromVehicle ( thePlayer ) outputChatBox ( "This is not your vehicle!", thePlayer, 255, 0, 0 ) end end Tested your code and when I spawn a vehicle it says it isn't myne when it was nobodys...
  10. How do I make it so when you log into the server you have 5000 $? Please tell me or give a full function. Hey I need a resource or full function for the working repair shop when you go in 100$ of your money is gone and your vehicle is all fixed up! Please and thank you I am not a really good MTA script coder. I need a working Ammu-nation, make it so I can walk in the door, walk in the marker to buy guns, if you can help that would be great! Edit: merged from three threads (eAi)
  11. Rofl, Are you sure you didn't just use somthing like MicroSoft Word and copyied the images code so you can have it exactly like this, if you did, THIS IS EASY
  12. What does it do..?? Nothing! If you havn't tested it then why post it, it's good to show your work but it does nothing all it does is says a function that does nothing. You really have to work on your attitude. I am trying to help here. This isn't a restaurant where you can just walk in and expect us to serve you like that. Instead you could ask me kindly what this function does and how it works. So ask NICELY! Sorry, does that solve it? And also I didn't just come(not walk it's a computer) and expect you to serve me like that it's just if you know it doesn't work... then why post it?
  13. What does it do..?? Nothing! If you havn't tested it then why post it, it's good to show your work but it does nothing all it does is says a function that does nothing.
  14. Hey I was just wondering if you can just give me a lock command resource or function with the addcommand. One that when you /lock it locks and when you type /lock again your vehicle unlocks, thanks if you can give me a download or a function, don't tell me that this isn't possible... it's on every server I play...
×
×
  • Create New...