Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. there are many servers where you can get friends, like SANL:RPG i just started to play it and become really fun, there is also Mini-Missions is a good DM server where you can play lot of different missions, also i think that the RPG (not real life style) are the best
  2. oh yeah, its moving but in wrong position, check again the cordinates.
  3. can you give me the createObject function, i will try to fix it.
  4. type in server console /start play that will start freeroam game mode.
  5. try to give us more information please, like you getting any error at debugscript? /debugscript 3
  6. of course won't work, you are creating the shape when you enter on it if i'm right can't work like this, try pdb1s = createColRectangle( -1566.64, 665.95, 7.03, 10, 7) function policeDoor(thePlayer) if exports.factions:isPlayerInFaction( thePlayer, 1 ) then moveObject(pdd1, 3000, -1620.6579589844, 688.30285644531, 10.809907913208) setTimer(policeDoorClose, 4000, 1) end end addEventHandler ( "onColShapeHit", pdb1s, policeDoor )--Line 17 addCommandHandler("pdd", policeDoor)
  7. i've created the first website, the only problem that its a bit weird how to build them . works like this, you create a new lua file with any name you wish then you add it to meta.xml as client side and there you create your gui stuff that has to be in scroll pane i have created, when you done with it you go to computer_client.lua and do same as i did with www.castillo.com (this is the test website) i also made a function that checks for element data of the label the you got the cursor over that checks for isLink and if its it will toggle in red else won't do anything. for more information just go to the IP i posted before and check it out by yourself time to sleep, bye!
  8. lol maybe just someone created a server without even interested thats why thats the name is default.
  9. well then i think this should help you, https://wiki.multitheftauto.com/wiki/Server_Manual#Installing.2FUpdating_resources_on_your_server
  10. everything you need to know is at mta wiki, character's can't be remplaced yet only cars and texture files of skins, this links will help you, https://wiki.multitheftauto.com/wiki/EngineImportTXD https://wiki.multitheftauto.com/wiki/EngineLoadDFF Good luck.
  11. I don't get what do you mean really... if the server owner dosn't likes them just get more admins to ban them or get an anti cheat.
  12. Castillo

    How to...

    hmm i've edited something with race map vote, i've done when finish map only 3 play again per map when new map comes it will reset counter to 0, i forgot where i edited this.
  13. create a own game mode maybe a good idea
  14. ask him to remove any cheat program if he has one, thats the anti cheat.
  15. Dude.. who you think i'am ? god? nah i'm not that fast just be patient and all will come, for now i've made start menu with a little animation hide/show there you can turn it off open e-mail and internet browser, i still need to get how i will make the websites system with a way that user can make it easy and not making lot of code either, i also thinking on make a kind of shut down system when click turnoff it will do something like the PC does.
  16. i'm suposing that you know what kind of mode you are running? you need an mysql server for it to run, put at settings.xml this <settings> <setting name="@sql.user" value="root"/> <setting name="@sql.password" value=""/> <setting name="@sql.database" value="mta"/> <setting name="@sql.hostname" value="localhost"/> <setting name="@sql.port" value="3306"/> <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/> <setting name="@players.allow_registration" value="1"/> <setting name="@players.registration_error_message" value="Edit this to show the user a message when registration is disabled"/> </settings> edit it with your settings but don't change allow_registration.
  17. go to server directory and find settings.xml then find and remplace with that line. i'm sure value is 0 at yours.
  18. I never used this game mode so i can't help you, lets wait for someone else.
  19. If we do that you won't ever learn how things works.
  20. maybe lets stay on topic and tell me if you found any bug in the current system?
  21. dude... give us MORE information please i'm lazy to find the error. (i mean what line u gentting this etc u know) edit: well i've checked it, try this, addCommandHandler( "duty", function( player, commandName ) local faction = tonumber( faction ) local duty = { } if factions[ SFPD ] then if duty == false then duty[ player ] = true setPlayerNametagColor( player, 0, 0, 255 ) else if duty == true then duty[ player] = false setPlayerNametagColor( player, 255, 255, 255 ) end end else if factions[ SFEMS ] then if duty == false then duty[ player ] = true setPlayerNametagColor( player, 255, 0, 0 ) else if duty == true then duty[ player] = false setPlayerNametagColor( player, 255, 255, 255 ) end end end end end )
  22. if you taken this code from race starter pack (i know you did) then you edited it wrong, you are using like 3 tables with 3 different names.. that won't work of course.
  23. Castillo

    Simple Dude!

    i don't really know if that is possible yet. lets wait for someone else that knows.
×
×
  • Create New...