Anubhav Posted January 26, 2014 Posted January 26, 2014 Hello players of MTA, If you are very new in LUA Scripting i will help you anytime if you need. You can add me on skype : anubhav.agarwal87 I Will help you for free. You can post here also. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
TAPL Posted January 26, 2014 Posted January 26, 2014 Hello players of MTA,If you are very new in LUA Scripting i will help you anytime if you need. You can add me on skype : anubhav.agarwal87 I Will help you for free. You can post here also. Good to hear that. But how about ask help for yourself? Some of your posts show to me that you need help. function showGUI ( ) --markerhit createMarker (x,y,z) guiSetVisible(GUIEditor_Window[1], true) showCursor(true) end addEventHandler("onPlayerMarkerHit",source,showGUI) Just use markers. function Check ( player ) local playerTeam = getPlayerTeam ( player ) if playerTeam then outputChatBox ( "#F4A460[GANG]#F08080 Bem vido a gang " .. getTeamFromName ( "playerTeam" ).." ! ", player, 255, 255, 255, true ) end end addEventHandler ( "onPlayerLogin", root, Check ) this?
Anubhav Posted January 26, 2014 Author Posted January 26, 2014 I din't understood what you are trying to say. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
iPrestege Posted January 26, 2014 Posted January 26, 2014 He's saying that some of your code's was totally wrong.
Anubhav Posted January 26, 2014 Author Posted January 26, 2014 Oh ok. Thanks for making me understand. See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now