
Deepu
Members-
Posts
354 -
Joined
-
Last visited
Everything posted by Deepu
-
well I suggest you on turning on the real effects and custom models and graphics to make it even better...........
-
Pretty awesome maps and custom models bro...... I can't even think of making something like this cuz I am the noob of 3D modelling, I can only script tho....
-
uhmm.... I have been haaving this question for a few days, how do I make a custom HUD?
-
uhmmm.... I know quite a good list of maths bro, but uhmm, why don't u create a tangent and try to create 3D pts. with respect to that tangent touching a circle? I mean use DxDraw3dcircle( ) or something, and yeaah, can't we use C++? for MTA?
-
Well, helllo the MTA team, I am the oldest mta player possible, I am 3 year old mta player and uhmm.... I have been using mta for 3 years and I guess its a good work by our team and now, when I press any key after running MTA, it freezes...... This is the reason why I can't enter CiT or my own server, can't even open my admin panel or do /start for my script. In the DxDiag, I see nothing wrong, all are updated... Please Inform the cure ASAP. Thank you, Don.
-
Hey guys, I am back again, like for a few months okay?.... I am now programming some games and now I thought of telling you one idea that came to my dreams yesterday morning.. in the gui functions guiCreateWindow(x, y, lenth, breadth......) there, instead of 2D x and y, why don't use 3D positions? do you think its possible to create a 3D GUI?
-
the one who cheated me and took my script is a cheater though.. Cheaters are little kids.. and guess who is the kid
-
You think that your server will become great after having the single script? LoL. your dreams bro Let me tell you the story about SAUR: 3 mature experienced owners tons of developers with great ideas a lot of players to suggest scripts. you still think that they stole "Your" idea? No. people make rolemodels to act like them in real life or be like them. In gaming life, CIT, Saur and other well known big servers are rolemodels and you're saying Saur "sux" thats interesting anyway. yeah, they got tons of developers and 3 mature experienced owners, Let me tell you the story of SAFR (SAN ANDREAS FUTURISTIC RPG) There were actually 3 scripters in our team at first.. [omaar(KaDuRo), Anubhav, Deepu(Don)] Anubhav that lazy kid who wants to be the leader of the team and doesn't do anything and says he made everything that I made. I hated him. Now he left, dint help our team.. a new friend called Bugra Came in, and he was a pretty nice scripter but he is now busy for like 1 month. now we just have 2 working scripters [KaDuRo, Don( Deepu)] KaDuRo can make small scripts very perfectly and he is learning to make big ones and I am teaching him and I am happy with his scripts. So, in a nutshell we just have 2 small scripters who script big things (Don, KaDuRo) and Don't you think SAFR must be great, if you don't think and love Criticism then its better you kill me first. [No offence] [Peace] Regards, Don.
-
yes, solidsnake, I would love to show you the gamemode, which is gona finish after 2 days. and what would you do if I insult your mother badly? Would you keep quiet? or will you flame? and seriously, I am not arrogant, its you guys who make me bad by critisising me for no reason while there is already one grannie in my house, who kills by shouting at me. And yeah, I already made the resource like 3 months before. So, I had the idea first and I don't really care about losing it, plus, I care about being called an "idea thief" when I don't really need to steal ideas and when I really have ideas lol Seriously look at you guys, how you critisize and make people mad. Can't stop laughing.. this shows your character..
-
I know that you both guys are moderators okay? and WTF? I stole ideas from SAUR? LOL? Uhmm.. Are you joking?? I had this idea like 2 years ago.. Plus, I made it, plus I dint know that some stupid guy suggested it. So, if you think SAFG becomes a great gamemode then, don't just put up warns against me, PLus, SAUR sucks. I got a better gamemode of RPG
-
lol you could've made on your own too, its easy..
-
Doctor Blade, I can help ya
-
Good job bro, uhmm.. did you use moveObject or what?
-
Awesome bro, but does it work by just pasting link in projector GUI (the main GUI...) and it will be a youtube link? I don't think thats possible but Can you explain how or what did you use to make it? Really impressed bro, made the impossible to possible.
-
PM ME BRO, I AM GOOD AT MAKING CUSTOM GUIs CUSTOM GUI = CUSTOM USER PANEL add me in skype (deepu.ramachandran2) I do it for cheap because (don't think I am nob at scripting lol) I don't know what price to do the job for, but if you want just the window then I do it for 5 USD. If you want functions + window then I do it for 15 USD regards, Don (deepu)
-
Well, good job bro, but uhmm.. You can only sell it if its different
-
GOOD JOB BRO !! NICE MAPS YOU INSTALLED. IF YOU NEED A NICE SCRIPTER, DONT HESITATE TO CONTACT ME BECAUSE I AM 24X7 ONLINE , so I CAN HELP YOU FINISH THE GAMEMODE SCRIPTS FOR FREE.
-
Guys, I was thinking about a resource to the players who need to make fences for their RPG bases and all. I was thinking of making a GUI and where the player clicks, the electric fence will block other people from entering who are not in the gang or team. Like, the people who touches the electric fence will get fried + electrocuted + loses some health + shows some fun gfx effects in the screen. What about that guys? Should I make that free resource? Is it useful for other Players? NOTE: PLEASE DO NOT GO OFF TOPIC OR GET A WARNING. PLUS, DO NOT FLAME OR TEASE. regards, Don (deepu)
-
what about using C functions in lua? Is that possible? any function in lua like this: c.ExportFunction(function) ??
-
Bro, whats acc? acc is not defined in the client nor in the server.
-
uhmm, friend can you explain more clearly? I dint understand you. EDIT: I GET WHAT YOU ARE TELLING LOL... Sorry.. You did an error in the first 6 lines. you used source as the element to be destroyed. (its a warning in mta debug) so you must define it like if source == getElementByType(....) then Or something like that. Or if you are using the vehicle model or used vehicle or player's vehicle then use something like this. local peddyCarry = getPedOccupiedVehicle(localPlayer) if source == peddyCarry then -- LocalPlayer since its a client sided script. But naturally, you use source for players. thats it. and Komb is not the element of car... Komb is just the key used in the element's data. And because you used source as the car's element in this context, source is the element of car.. regards, Don (deepu)
-
There are multiple errors. First, You dint define the source.. Is it thePlayer or some other element? second, You skipped the other 2 parameters.... third, you can't string a numerical value. you did "1-9" or something. and false? why false? fourth "if getElementData(source, "komb") == true then" ... why true?, it must be a value. Like 1 or 2 or 3 or .... infinity... fifth why do you want to add thePlayer as the parameter when already thePlayer is the localPlayer or if not, then why not use this? "local thePlayer = getLocalPlayer()" sixth "destroyElement( niewidok2 )" that element is neither defined nor used in the function... So, that's it.. Now you can easily fix the script.. Regards, Don (deepu)
-
Yeah KRZO, I tried that code of yours way before I made the topic.... but thats the reason why I am here... It doesnt work. Since, it has to be derived. Plus.... I am telling Scanf from the C SLT LIBRARY, because the scanf function as you know it, senses the input of the keyboard+mouse thus deriving the optimum output that the user is wishing. Telling that for the edit box. Because according to me, using C functions is a lot better than using python, Java, or Lua codes, And why the **** Doesnt io.read() doesnt work in mta? Please reply guyz, AFK for 3-4 days.. Mom has a surgery and she is crying with pain..
-
Lol the code isnt working like i said. And krzo what you said is wrong. How can i use scanf function in lua?