Jump to content

Sidhkeer

Members
  • Posts

    15
  • Joined

  • Last visited

About Sidhkeer

  • Birthday 28/11/1998

Details

  • Gang
    Criminal
  • Location
    New Delhi, India
  • Occupation
    Student
  • Interests
    Only Gaming.

Sidhkeer's Achievements

Square

Square (6/54)

0

Reputation

  1. function onPlayerLogin ( ) downloadFile ( "test.xml" ) end addEventHandler ( "onClientLogin, resourceRoot, onPlayerLogin ) Don't know scripting that good , hope this works
  2. thx a lot "WhoAmI, And @Walid if i want this to be work with distance covered?
  3. I want this to be used in my upcoming server and I also wants players to get paid whenever they perform stunt. Such as if they perform wheelie for 1 second they will get 10$ stoppie 1 second 20$ 2wheeler 1 second 50$ addEventHandler( "onClientPlayerStuntStart", getRootElement( ), function ( stuntType ) outputChatBox( "You started stunt: " .. stuntType ); end ); addEventHandler( "onClientPlayerStuntFinish", getRootElement( ), function ( stuntType, stuntTime, distance ) outputChatBox( "You finished stunt: " .. stuntType ..", Time: " .. tostring( stuntTime ).. ", Distance: " .. tostring( distance ) ); end ); Pls help me out
  4. as I mentioned after player logged in
  5. local txd = engineLoadTXD ( "skins/22.txd" ) engineImportTXD ( txd, 22 ) Suppose i'm going to use the file with some lua codes as shown above, now how would slothman's zombie's client side script will know that this is that file i have to work with?
  6. how can i let players download some more files at once, and later being downloaded where will they go, and how can i add them to any other script? (i have some skins which i'm thinking of using with zday (slothmans script)
  7. is there anyway by which i can let players download resources in background after they have logged in? Cuz i really don't want people to leave the server just because too much mbs to download. regards Sidhkeer
  8. Why would someone like to have a server with this gamemode which is being used by tons of servers and still not editable
  9. Thx for the answer but as i think its kinda complicated than any windows server.
  10. Hi, Since i'm new to that vps thing, i need some help regarding how to make mta server of previous version (1.0.5) on Linux debian-7.0-x86. And also give me command for start, restart and shutdown Thx i will really appreciate any help, any help Thanks in advance Regards Sidhkeer
  11. Sidhkeer

    Need Help!!!!

    I Need Good Person, Who can help me for free, I really need a good scripter As well as a new producer.
  12. Sidhkeer

    Need Help!!!!

    I Need Good Person, Who can help me for free, I really need a good scripter As well as a new producer.
×
×
  • Create New...