K4stic Posted January 12, 2013 Share Posted January 12, 2013 How make Owner's i mean then player's in same Group take this turf to be can't take it again untill it take's other group and to output there => outputChatBox ( "Turf owners: here be the name of that Group Turf Owner", p, 255, 255, 0 ) <= Sorry for my bad english addEventHandler ( 'onColShapeHit', root, function ( p ) if ( getElementData ( p, "Group" ) ) then if ( source == pCuboid ) then outputChatBox ( "Turf owners: coming soon!", p, 255, 255, 0 ) outputChatBox ( "Wait 5 min to take turf.", p, 255, 255, 0 ) setRadarAreaFlashing ( pArea, true ) getElemetdata( p, "owners") local pGang = getElementData ( p, "Group" ) setTimer ( function ( ) setRadarAreaColor ( pArea, iR2, iG2, iB2, 100 ) givePlayerMoney ( p, 5000 ) outputChatBox ( "Congratulations, #FFFF00 you have taken the turf!", p, 0, 255, 0, true ) setRadarAreaFlashing ( pArea, false ) getElementdata ( p, "Group" ) setElementdata( p, "owners" ) end ,300000, 1 ) end else outputChatBox ( "Get in a group first!", p, 255, 0, 0 ) end end ) addEventHandler ( 'onColShapeLeave', root, function ( ) if ( source == pCuboid ) then setRadarAreaFlashing ( pArea, false ) end end ) Link to comment
manve1 Posted January 12, 2013 Share Posted January 12, 2013 We are here to help with your scripts, not by someone else right? Link to comment
K4stic Posted January 12, 2013 Author Share Posted January 12, 2013 yes right but why ask? Link to comment
Anderl Posted January 12, 2013 Share Posted January 12, 2013 Because that script isn't yours. I don't know anyone that uses "p" as player argument neither that uses prefixes like the ones used in that code except myself and I don't remember helping you in MTASA forums with turfs. Link to comment
K4stic Posted January 12, 2013 Author Share Posted January 12, 2013 I no have say is my i just ask help in part who i make Link to comment
AJXB Posted January 13, 2013 Share Posted January 13, 2013 He didnt steal that he is upgrading it, Guyz help him he isnt stealing. Link to comment
manve1 Posted January 13, 2013 Share Posted January 13, 2013 I no have say is my i just ask help in part who i make The script is mine, I could help you, but i am busy. If i have time, i might update it. He didnt steal that he is upgrading it, Guyz help him he isnt stealing. I know he is just upgrading it, but as far as i know, MTA forums scripting section is to help with your own scripts, not someone else Link to comment
prozi Posted January 15, 2013 Share Posted January 15, 2013 I no have say is my i just ask help in part who i make The script is mine, I could help you, but i am busy. If i have time, i might update it. He didnt steal that he is upgrading it, Guyz help him he isnt stealing. I know he is just upgrading it, but as far as i know, MTA forums scripting section is to help with your own scripts, not someone else 50p is always helping with editing his own scripts.. as far as I remember. Link to comment
manve1 Posted January 15, 2013 Share Posted January 15, 2013 That's 50p, not me. Different person = Different thinking Link to comment
Anderl Posted January 15, 2013 Share Posted January 15, 2013 These are different things. He helps with his public resources. Link to comment
AhmadQTR Posted January 15, 2013 Share Posted January 15, 2013 Because that script isn't yours. I don't know anyone that uses "p" as player argument neither that uses prefixes like the ones used in that code except myself and I don't remember helping you in MTASA forums with turfs. Nice catch Btw Skipper if you want help , put the author name if you didn't that means your dis-respecting him. Link to comment
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