Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. It isn't, man. Just some more lines. Much work means about 4 hours working for one part of a whole gamemode, that's much work. This? Nope.
  2. XML is another method, as far as I know.
  3. Prefer? Most of the advanced scripters prefer SQL to account data (not me). I use accounts because I always thought it's easier than SQL (and still think so).
  4. 12p

    Wass'up people!

    Yes, I remember you; the one that wanted to create another Minecraft GM and suddenly left forum, without saying anything else about that project (I just were reading old Resources thread lol).
  5. His location is clearly shown. Chile's people love soccer. @diegofkda: Btw I don't support any team The only reason (for me) to play this sport, is to make my legs' muscles stronger lol
  6. Weird. It works fine without that line, I just use cout without std::
  7. I've got 2 ideas lol 1. Facebook and/or Twitter linking/connect. People use way too much them 2. 2. Updating forum version? Not sure about this one, it seems like this phpBB is a bit old, but I dunno. It would be used to add more features.
  8. It was an idea. Actually I have no idea about the time that GTA uses xDDDD. But you can use 30 as your reference (give it more or less value), it will work anyway.
  9. 12p

    MTA jobs

    But there are STICKY POSTS that people should consider before posting. mean?
  10. For example: Suppose I want to move an object X from place A to place B. Distance between both is 100 units. Okay? Remember that "speed = distance/time" If I want X to be moved to B in 5 seconds: you must use onClientPreRender (or onClientRender, dunno which is better), and then set X's position relative to "100/fps" (fps may be around 30, if I'm right) from A to B (it's + math operation).
  11. Then I suppose you know what to do, do you?
  12. Unless your camera is moving only in a specific direction, then yes, you need to set multiple coordinates.
  13. 12p

    MTA jobs

    So you think we have time for that? We have nothing better to use our time on? Use J scripts, man. Nobody's gonna "help" you like that.
  14. Didn't know about that page and the array error part of mine, thanks again for your help
  15. Thank you for the very fast reply!!! It's working. My first "string" on C++
  16. Nice idea, I was also thinking about everytime you start MTA-SA you had to pay US$10.00, don't you think it's a nice idea too? I was not referring to that, THAT WAY.
  17. (Hope this is the right place to put this). So, I think I'll try to make *something* on C++. Hope you can (and want to) help me I've got this simple code: #include <iostream.h> int n void main ( ) { char mytable[4] = { 't', 'e', 's', 't' }; for ( n = 0; n < 4; n++ ) { cout<<mytable[n]; } cout<<mytable; } And it says error: 5:declaration syntax error I can't get why it says so. Hope you show me the way. Note. Maybe I'll need further help (lol). That's why the name of the topic is like that
  18. Well done. Someway somebody stole me my money . Idc anyway
  19. Maybe, but I don't own a credit card and my Paypal account has -10 dollars (lol)
  20. Soccer = people running needlessly to a ball
  21. In my country, Chile, a 2GB DDR2 (533 MHz) RAM costs about 35 bucks.
  22. In my country it doesn't work that way, Remi-X.
  23. 12p

    need help

    Also, blawee: triggerClientEvent
  24. The thing is... For pro scripters, you need MONEY! At least $50 for a decent script. For newbie scripters, probably too. But some may go with you, to get some experience.
×
×
  • Create New...