Jump to content

CowTurbo

Members
  • Posts

    385
  • Joined

  • Last visited

Everything posted by CowTurbo

  1. if you have notepad++ , then use search function for all files, and search for "setElementHealth" , it will show u the files down the screen, look them and set the zombies health which u want, i hope this going to work.
  2. This means they are good scripters - Non lag making scripts.
  3. CowTurbo

    Problem

    have u added group "Taxi" to the acl ?
  4. CowTurbo

    plz vote

    mine havent arived still lolz
  5. weird, tell me with point to point what did u do when u install it. and try /debugscript 3 in game and say is there some errors ?
  6. have u unzipped the file ? to the folder.
  7. CowTurbo

    plz vote

    yeah , voted, for me wasnt have the location bug, u have to add a first letter and wait for showing up countrys Enyway, what is it ?
  8. you have added something wrong, tell me what did u do ?
  9. founded out that if u enter enableHouses = 2 then it isnt working well. if u add 1 then it is.
  10. function create( playerSource, commandName, name ) local acc = getPlayerAccount ( playerSource ) local gang = getAccountData( acc,"gang") if(gang) then outputChatBox ( "You already have a gang, use /gangleave to leave it!", playerSource ) else if getAccount( "gang-" ..name.."") then outputChatBox ( "Account name alreaady exist.", playerSource ) else local money = getPlayerMoney(playerSource) if( money < 1000000 ) then outputChatBox ( "You don't have enough money!", playerSource ) else local accname = getAccountName( acc ) local gangacc = addAccount( "gang-" ..name.."", "nisamkodkucejermiseoce" ) setAccountData ( gangacc,"leader",accname ) setAccountData ( gangacc,"name",name ) setAccountData ( acc,"gang","gang-" ..name.."" ) local team = createTeam(name) setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam( playerSource, team ) takePlayerMoney( playerSource, 1000000 ) setAccountData ( gangacc,"members",1 ) outputChatBox ( "Gang "..name.." sucesfully created!", playerSource ) end end end end function invite( playerSource, commandName, name ) local acc = getPlayerAccount ( playerSource ) local gang = getAccountData( acc,"gang") if( gang ) then local gangacc = getAccount(gang) local gangname = getAccountData( gangacc,"name") local gangleader = getAccountData( gangacc,"leader") if(leader==acc) then player = getPlayerFromName( name ) if(player) then outputChatBox ( "Tou have been invited to join "..gangname.." .use /gangaccept to accept this gang!", player ) local playeracc = getPlayerAccount ( player ) setAccountData(playeracc,"invite","gang-"..name.."") else outputChatBox ( "Player "..name.." doesn't exist", playerSource ) end else outputChatBox ( "You aren't leader of this gang!", playerSource ) end end end function accept( playerSource ) local acc = getPlayerAccount ( playerSource ) local gang = getAccountData( acc,"gang") if(gang) then outputChatBox ( "You already have a gang, use /gangleave to leave it!", playerSource ) else gang = getAccountData( acc,"invite") if(invite) then local gangacc = getAccount(gang) local gangname = getAccountData( gangacc,"name") local members = getAccountData ( gangacc,"members") setAccountData ( acc,"gang",gang ) setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam( playerSource, team ) members = members + 1 setAccountData (gangacc,"members",members) outputChatBox ( "You joind in gang "..gangname.." !", playerSource ) else outputChatBox ( "You haven't been invited in any gang!", playerSource ) end end end function leave( playerSource ) local acc = getPlayerAccount ( playerSource ) local gang = getAccountData( acc,"gang") local gangacc = getAccount(gang) local gangname = getAccountData( gangacc,"name") if(gang) then outputChatBox ( "You leaved gang "..gangname.."!", playerSource ) local members = getAccountData ( gangacc,"members") members = members - 1 setAccountData (gangacc,"members",members) setAccountData ( acc,"gang","") else outputChatBox ( "You don't have a gang!", playerSource ) end end function kick( playerSource, commandName, name ) local acc = getPlayerAccount ( playerSource ) local gang = getAccountData( acc,"gang") if ( gang ) then local gangacc = getAccount(gang) local gangname = getAccountData( gangacc,"name") local gangleader = getAccountData( gangacc,"leader") if(leader==acc) then player = getPlayerFromName( name ) if(player) then outputChatBox ( "You have been kicked from gang "..gangname.."!", player ) outputChatBox ( "You kicked "..name.." from gang!", player ) local members = getAccountData ( gangacc,"members") members = members - 1 setAccountData (gangacc,"members",members) setAccountData ( acc,"gang","") else outputChatBox ( "Player "..name.." doesn't exist", playerSource ) end else outputChatBox ( "You aren't leader of this gang!", playerSource ) end end end function onPlayerLogin ( ) local acc = getPlayerAccount ( source ) local gang = getAccountData( acc,"gang") if ( gang ) then local gangacc = getAccount(gang) local gangname = getAccountData( gangacc,"name") local team = getTeamFromName ( gangname ) setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam" class="kw6">setPlayerTeam( source, team ) end end addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin ) addCommandHandler ( "gangcreate", create ) addCommandHandler ( "ganginvite", invite ) addCommandHandler ( "gangaccept", accept ) addCommandHandler ( "gangleave", leave ) addCommandHandler ( "gangkick", kick ) So, i fixed errors, wasnt tested the things... if i did gangcreate 123 then there were errors.. acces denied @add account line 16 :17: Bad argument @ setAccountData :18: Bad argument @ setAccountData :21: Bad argument @ setPlayerTeam ERROR: script.. .lua:21: attempt to call global 'kw6' ( a nil value ) So? U can check on
  11. A: Yeah, thats why im called turbo cow Q: Chicken ?
  12. be ready, im seting server up lolz
  13. Thx. Yes it does, but i'm lazy to check download it again. Hmm, i havent found ... Im sorry, haven't noticed ur earlyer post, and yeah, i have deleted link by fault. Thx for saying, Link: https://community.multitheftauto.com/index.php?p= ... ls&id=1841 Try out my other resources
  14. A: Ahh, yeah Q: What is best server in MTA ?
  15. he means the way of it, like, u are creating houses same way...
  16. edit the votemanager. Maybe i can help u, contact me in MSN when im online .
  17. Is it possible to be teacher -> earn money with it. ?
  18. roleplay, war, freeroam,
  19. u forgoted download link
  20. CowTurbo

    Map

    already did, its pretty hard to understand because of they own maded gui sys
×
×
  • Create New...