Jump to content

Z4Zy

Members
  • Posts

    215
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Z4Zy

  1. In Local Server, I've unprotected resources that are protected by default and then stop all the resources using "stop all resources" button in the admin panel. But chatbox can be use to chat..!! That means problem remains same
  2. Here is the Problem, There's no double chat problem in the server. Chat happens normally. Okay, When stopping freeroam resource, chat cannot be displayed.... because chat handler is in freeroam resource. Right...!! But, players can still chat. So where is that handler located?
  3. What's the wrong with below code ?? local col = createColCuboid ( 0, 0, 3, 20, 20, 20 ) function disable ( thePlayer, matchingDimension ) unbindKey ( thePlayer, "F1", "down", fr ) end addEventHandler ( "onColShapeHit", col, disable ) need to disable Freeroam menu in that area
  4. Kenix said that freeroam has custom chat messages, and when remove the handler, chat messages will stop display in chatbox. yes it is correct. it happens. But, when that chat system is shut, players can send chats to the chatbox yet and that chat's color is default color. So, where is that handler located?
  5. [ @Kenix ] yes... it's true.. and.... when freeroam resource is in stop, players can chat. Can you please tell me where is that handler located ?
  6. is the object with ID 2052 replace with the object that we created ?? and all the objects existing in the map with ID 2052 will replace or not ??
  7. Can you please tell about how to add new zombie spawn places......
  8. Can you please tell me the way of creating a zombie spawn point successfully ??
  9. no i can not see anything, i can not start the script using start command because of compiled lua....!!!
  10. hellow guys...!!! Recently, i found a resource name "burgershop" [ https://community.multitheftauto.com/index.php?p=resources&s=details&id=6191&vote=3 ] from MTA Community. and the client script file of that resource has been compiled. resource is loading successfully, but it can not start because of compiled burger_c.lua. I am requesting for a way to fix this problem .
  11. [ @Mr.unpredictable. ] Thank you so much for your MTA:SA replacing tutorial. these days i am founding for how to replace shop boards on MTA:SA and i found your tut. it so helpful for me and again thanx a lot...!!!!! ( +1 )
  12. I found the reason for it....!! the problem is in the "NICK" of the user. when the symbols like /, \, | and < > are inserted in the nick, graffiti cannot be complete successfully..... so, when that symbols are removed from nick it works correctly....!!
  13. I already tried that code and the drawing panel also opened. then i drew a picture on it and press save. when i started to put that drawing to the wall with "spraycan" chat says the line "[ graffiti ] you started a new graffiti". and the state bar also filled.... unfortunately.. when it fills to 100% it does not finish and spray some little more, graffiti disappear. this thing is happen to me only..!!
  14. Recently, I had found a resource name Graffiti from MTA community [ link - https://community.multitheftauto.com/index.php?p=resources&s=details&id=14785 ] . I had uploaded that resource to the server and start successfully. when the method is given to other players of the server, they create the graffiti successfully. But, that is not working to me.... wanna help...!!
×
×
  • Create New...