Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Sure just add me on skype or by PM.
  2. Nesimtire normala care se vede in Romania. Ce sa zic, 0 de bun simt.
  3. Just make sure its a working libmysql.dll and dont use old versions of that .dll like the ones that come with vG or OWL.
  4. You're trying to configure a vG gamemode? PM me so we can solve it. and you could try also to copy the libmysql.dll in almost all the folders from the main directory where the .exe is located to the mods/deathmatch folder.
  5. Por que el evento se triggea dos veces debido a falta de statements.
  6. You don't have to put the libmysql.dll as module in the mta-server.conf
  7. You're looking for a RPG server that would have all what do you want? Answer here and let me do the magic.
  8. Sau format la windows, sau sa cauti fisieru care se executa la pornirea windows-ului.
  9. Simple0x47

    @ccw HELP ME

    Guys making accounts for getting banned their enemies...
  10. Are you sure there are players stored in the arresties table?
  11. Tell me in which script and in which line occurs every error and I can give you a hand with it.
  12. First error is because you're giving the player element when its supposed to give its position. The second one is cuz the author of the script inserted a getElementData like it was setElementData.
  13. You could place the interior into the house and make use of some shaders.
  14. Let me tell you sir intelligent that elementData is the worst case you can use. Why do you use onPlayerLogin for making some elementData assingments? Please check yourself before checking others one.
  15. You could try by replacing the duration time by a defined one at your choose like 500. It's the best way of making the animations have the same duration. If that doesn't work I'd recommend to you to use some debug methods. ( outputDebugString or outputChatBox for getting values of the vars ).
  16. Version 2.0: --CLIENT local res = getResourceRootElement( getThisResource() ) local tick function startStuff() tick = getTickCount() end addEventHandler( "onClientResourceStart", res, startStuff ) function renderStuff() local now = getTickCount() if ( now - tick >= 7000 ) then triggerServerEvent( "onTime", localPlayer, localPlayer ) tick = getTickCount() end end addEventHandler( "onClientRender", root, renderStuff ) --SERVER addEvent( "onTime", true ) function handleTime( thePlayer ) if ( thePlayer ) then local a = getPlayerAccount( thePlayer ) if ( a ) then local b = getAccountData( a, "regen" ) if ( b == true ) then local hp = getElementHealth( thePlayer ) if ( hp < 100 ) then local n_hp = ( hp + 5 > 100 ) and 100 or hp + 5 setElementHealth( thePlayer, n_hp ) end end end end end addEventHandler( "onTime", root, handleTime )
  17. Dimos7 could you explain me the error what's ocurring?
  18. Just add the same dxDrawText with another colour to different X and Y position
  19. Con 20€ me refiero que solo hago sistemas completos, nada de adiciones para un script ya existente.
  20. 20€ para arriba, si estás interesado, contactame. Skype: killer.68 PM.
  21. First thing wrong section. Second, a paid one?
  22. Ce incercare de a obtine cunostinte cu o identitate falsa casa se creada unu pro dintro data...
×
×
  • Create New...