Jump to content

Absence2

Members
  • Posts

    267
  • Joined

  • Last visited

Everything posted by Absence2

  1. Absence2

    Help

    https://wiki.multitheftauto.com/wiki/TriggerServerEvent https://wiki.multitheftauto.com/wiki/TriggerClientEvent you can use this part serverside: but you'll have to edit it slightly. As in remove the GUI functions and the player argument and marker event carrosMarker = createMarker( 1543.98962, -1670.46398, 12.55753, "cylinder", 1.5, 255, 0, 0, 170 ) createCarrosVehicle = createVehicle (??,0,0,0) warpPedIntoVehicle ( carrosCreateVehicles ) addEventHandler ( "onMarkerHit", root, function ( hitElement ) if ( hitElement == source ) then if ( source == carrosMarker ) then -- trigger client event here end end end ) then use something like this on clientside, you have to trigger it from serverside though, look comments above. function iHitMarker() guiSetVisible ( carrosWindow, false ) -- your gui function(s) -- this event should be triggered from server end addEvent( "iHitMarkerC", true ) addEventHandler( "iHitMarkerC", root, iHitMarker )
  2. read the post TAB(ulate) button
  3. how can I tabulate viewtopic.php?f=148&t=41066
  4. betting 20 bucks on it being fake, anyone against?
  5. why give the link in PMs? Just post it here. tbh this is a waste of time. I'm 100% sure it's fake. why even bother wasting time to fool people on a forum, you must have a LOT going on right now for sure. and what proves it is the features. you threw fancy things in a list and posted it there. and let's be honest, if this "modat roleplay" gamemode actually existed it would never be released NOR is it roleplay. It is far from it infact, it's barely RPG due to your "implanted" zombies in LV. And the fancy part is:
  6. no not possible https://wiki.multitheftauto.com/wiki/SpawnPlayer
  7. player argument "thePlayer" is serverside only. use localPlayer
  8. click on the link. and onResourceStart
  9. adding that in any serverside script will work. no client, that script solid posted is what you want. https://wiki.multitheftauto.com/wiki/Meta.xml
  10. Absence2

    Vehicle

    because i gave him a link.
  11. Absence2

    Resource

    http://bit.ly/JzPQOq
  12. Absence2

    Vehicle

    use /debugscript 3 In-Game or http://www.lua.org/cgi-bin/demo https://wiki.multitheftauto.com/wiki/Debugging
  13. can you post server logs of the errors and your mtaserver.conf
  14. is the module loaded?
  15. it sounds like you're missing a database or the mysql module. viewtopic.php?f=148&t=42067
  16. why don't you grow up? It's common sense and this is the real world, do it yourself or learn, simple as that. However if you need help, you'll get help throughtout the proccess. I'm a Graphics Designer too. I don't remember when fellow designers worked for free when they easily could get paid, plus when it could take hours to finish the work (Proffessional designers), any new designer will most likely help in order to gain experience tho. if you don't like what the real life has to offer, go play in candy land, because this IS the real life. And last time I checked this scripting section was never and isn't called REQUEST SCRIPTS FOR FREE. like the third time you provoke people here because they refuse to SCRIPT for someone or most likely you. You'll get nowhere with this attitude.
  17. "they" want us to capitalize the 'L' because it's correct grammar. It is a name after all.
  18. don't think so. It would be a very nice feature for it though. I've seen a few introductions where you login and you arrive in a plane or train. If anyone knows how to do it, shout. I would like to know (About the animations), thanks.
  19. what is wrong about it then
  20. yes just draw it like this: local sX, sY = guiGetScreenSize() dxDrawRectangle ( 0, 0, sX, sY, tocolor(0, 0, 0, 220), false )
  21. do you want to get your skin when you die or what?
×
×
  • Create New...