Jump to content

bygcrazy

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by bygcrazy

  1. Hey thanks very useful you think this might work? addCommandHandler("chilliad", myFunction) function consoleSetPlayerPosition ( source, chilliad,343,1, 43 ) setElementPosition ( source, 234,1, 4 ) end addCommandHandler ( "setpos", consoleSetPlayerPosition ) No, it won't work. 1. What is the first line (addCommandHandler) doing there? Nothing, unless you have myFunction somewhere above that you didn't show us here. 2. Making new function's parameters is not passing arguments. 3. NEVER name parameters source even for command handlers. You don't want that, believe me. Basically, I think you need to get some more basic knowledge... Visit these 2 links: - https://wiki.multitheftauto.com/index.ph ... troduction - http://robhol.net/guide/basics Now is better or still need to fixi t function consoleSetPlayerPosition ( source, commandName, 232,1, 3 ) setElementPosition ( source, 231, 2, 323 ) end addCommandHandler ( "stunt", consoleSetPlayerPosition )
  2. bygcrazy

    Hey guys

    Hey guys is there anyway how to make mysql sever is there is a way please reply thankyou
  3. Hey thanks very useful you think this might work? addCommandHandler("chilliad", myFunction) function consoleSetPlayerPosition ( source, chilliad,343,1, 43 ) setElementPosition ( source, 234,1, 4 ) end addCommandHandler ( "setpos", consoleSetPlayerPosition )
  4. bygcrazy

    The Island

    I love it but what is the name of the texture that you use for the ground
  5. Hey thanks for the info, Is there anyway that i can make a tteleport like type a command /stunt they can teleport to a place
  6. bygcrazy

    Spawn Point

    Hey people, How can i make a team select menu like a RPG
  7. bygcrazy

    MTA transformers

    Never mind i found out how to use thanks i love it
  8. bygcrazy

    Help plz

    Sorry double post 36 views and no answer
  9. bygcrazy

    Help plz

    Hey guys i am new at this i want to start making maps for mtasa and things like that my question is there anyway to make like random spawn points or how to make spawn points i am using the play default map of 1.1 i made a map but i don't know how 2 add it thank you
  10. Hi people, How i can disable gamespeed with freeroam
  11. but how i install that 1?
  12. How can i edit the maps plz help
  13. Hi, I am new at this. I install this a freeroam ect but how i remove the command /votemode ect
×
×
  • Create New...