Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. CapY

    [MTA]Pomoc IDS

    Loadas mapu preko MAP editor-a i kliknes na element i evo ti ID-a.
  2. Here you go: http://code.google.com/p/mtasa-resource ... %5Brace%5D
  3. Get the latest version of the Race gamemode from the MTA google code.
  4. Mind adding the timers?
  5. Dear God, you're running it on a single channel mode..
  6. home | irc chat | community | forum | wiki | bugs | heroes | hosting Advanced search Board index ‹ Other ‹ General ‹ B.L.A.S.T. Change font size E-mail friend Print view User Control Panel (0 new messages) • View your posts FAQMembersLogout [ CapY ] The big CTRL+V topic. Moderators: Moderators, MTA team Post a reply First unread post • 243 posts • Page 17 of 17 • 1 ... 1314151617 Re: The big CTRL+V topic. by Jaysds1 on Sun May 06, 2012 7:28 pm function texto() dxDrawText("Los Santos",433.0,539.0,641.0,585.0,tocolor(255,255,255,255),3.0,"default","left","top",false,false,true) end My in-game name: Jaysds1 MY SCRIPTER PAGE(COMING SOON) Vote and win a next generation console on launch day! Jaysds1 Veteran Posts: 2538 Joined: Thu Mar 17, 2011 3:57 am Location: Mississauga,Ontario,Canada Gang: JWorld137 Top Re: The big CTRL+V topic. by VintageTorrie on Sat May 26, 2012 9:31 pm unsigned int i; for (i = 0; i < MATRIX_X*MATRIX_Y; i++) bitmap2 = 0; unsigned int x,y; for (x = 0; x < MATRIX_X; x++) { for (y = 0; y < SAMPLES_PER_COL; y++) { VintageTorrie New User Posts: 10 Joined: Sat May 26, 2012 6:55 am Top Re: The big CTRL+V topic. by Jaysds1 on Sat May 26, 2012 10:24 pm onClientPlayerWeaponFire My in-game name: Jaysds1 MY SCRIPTER PAGE(COMING SOON) Vote and win a next generation console on launch day! Jaysds1 Veteran Posts: 2538 Joined: Thu Mar 17, 2011 3:57 am Location: Mississauga,Ontario,Canada Gang: JWorld137 Top PreviousDisplay posts from previous: Sort by Post a reply 243 posts • Page 17 of 17 • 1 ... 1314151617 Return to B.L.A.S.T. Jump to: WHO IS ONLINE Users browsing this forum: CapY and 0 guests Board indexUnsubscribe topicBookmark topicThe team • Delete all board cookies • All times are UTC - 5 hours [ DST ] Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
  7. No, you are messing the 'protected' atribute from meta.xml with the 'protected' atribute in mtaserv.conf.
  8. ERROR: Loading script failed 'Using the server not the client'
  9. Check your scripts, I'm sure you've been messing around "onPlayerConnect" event.
  10. CapY

    Batch question

    Hello, So this doesn't seems to start MTA: START "D:\CapY\Games\MTA San Andreas 1.3\MTA.exe" It just opens an CMD window after double clicking on mta.bat I'd appreciate some feedback, thanks. EDIT: Resolved, just had to use "CALL" instead of "START".
  11. 'protected' atribute is not working on Linux.
  12. CapY

    loadMapData

    loadMapData Read and see.
  13. I think this Jaysds1 could stop Backseat moderation already. On topic - the link isn't even working.
  14. Try that one above, haven't tested it.
  15. Haha. The only thing that it needs is an XML file or a database to store the blacklisted users, but the OP could start with account data. function blacklist( ) for i, v in ipairs ( getElementsByType ( "player" ) ) do if getAccountData ( getPlayerAccount ( v ), "blacklisted" ) == true then outputChatBox( "Blacklisted users:" .. getPlayerName ( v ), getRootElement ( ),255,255,255 ) else outputChatBox ( "There is no blacklisted users", source, 255,255,255 ) end end end addCommandHandler( "blacklist", getRootElement ( ), blacklist ) So, your command handler was inside the function and you had one more ' ) '
  16. what was the problem ? The problem is that the download isn't even starting for me too. I suggest you to use HTTP server for downloads.
  17. CapY

    Question about gui

    guiMoveResize --> client_anim
  18. Add to https://wiki.multitheftauto.com/wiki/Useful_Functions list.
  19. DVD shit is out of date, use portable hard drive.
  20. Yes. bro but its didnt saved Then shut the server down, edit ACL, and then run it again.
×
×
  • Create New...