Jump to content

K4stic

Members
  • Posts

    708
  • Joined

  • Last visited

Everything posted by K4stic

  1. K4stic

    onPlayerChat

    Anyone Read Messages Full? i said: Anyway i find it and solve it
  2. K4stic

    onPlayerChat

    That wasen't Help me as the First part of Code is addEventHandler ( "onPlayerChat", root, function ( message, messageType ) cancelEvent ( ) if ( message == "" or message == " " ) then return end end ) Anyway i find it and solve it
  3. K4stic

    onPlayerChat

    How i can Dissable spaces i mean if player just do /say " " <= Just spaces without Text to that massage no appear i know that if i use gsub "%s+" They will remove all Spaces but i need to message no appear only if player saying something for spam or any other think that he have on head to spam with spaces
  4. Don't know if anyone see it but all there are FFs Scripts. 1. 9gag browser resource [ just Background Changed ] 2. race_maplist resource [ Just Changed Color ] 3. race_deathlist resource [ Nothing Changed ] My recommentasion to you @tigerman: Stop Selling Not your Scripts!
  5. I would like to say great offer for new server owners. Don't know if anyone saw it but it's says 01 not 02 Best Offer Ever and Why today EdiServers offline?
  6. why can't do it easyer? :3 function draw() if ( isPedInVehicle ( localPlayer ) == false ) then return end --this is where I have dxdraw stuff. end addEventHandler ( "onClientRender", root, draw )
  7. Thanks You btw Awesome Control Panel the game speed,Net and etc will test later
  8. @ediserver check your PM i do an request if you haven't see it here is my email [email protected] <= registered with same e-mail on ediservers
  9. Good map! Love most the Last Part
  10. SO just to i know why you wan't a full model GTA object and o just a map? the map are less than full island or town of GTA moddel
  11. with other words you need a mapper :3
  12. sorry for Duble pos but if i want remove it full i mean like testtable[name.."2"] <= i want remove it not just the variable's on it
  13. Thanks you but you answer me to 2nd question only
  14. Hello MTAsa Community i have 2 Questions 1. if i have a table and i was add a line intro it this will remove it? testtable[name] = nil if No them how remove it because table.remove return me arithmetic error local testtable = { } function ADDtoTable( name ) testtable[name] = { "test" } end function RemovefromTable( name ) testtable[name] = nil end 2. if i have lot added to that table thinks how i can find if that table avaible like i want find if avaible the table testtable[name.."2"] local testtable = { } function ADDtoTable( name ) testtable[name] = { "test" } testtable[name.."1"] = { "test" } testtable[name.."2"] = { "test" } testtable[name.."3"] = { "test" } end Thanks for your Time Awaiting your Responce
  15. K4stic

    Hello alll

    and how we can know? You not Show even the debugscript 3
  16. any error in /debugscript 3 ?
  17. club = setElementData(vehcreates[1],"club",true) You must add it under the table as you use it so add it under and no over the table
  18. Copier: https://community.multitheftauto.com/ind ... ls&id=8516 Original: https://community.multitheftauto.com/in ... ls&id=8187 DONE
  19. are you sure that you don't remove admin rights? in acl.xml you have this line? "resource.admin"> if no them add it in Admin group
  20. just replace your 73 with math.random(73,76)
×
×
  • Create New...