Jump to content

ProCurator

Members
  • Posts

    5
  • Joined

  • Last visited

ProCurator's Achievements

Vic

Vic (3/54)

0

Reputation

  1. So if your code is good, why it's still don't work?! Maybe something is wrong with meta.xml? <meta> <info author="ProCurator" version="1.0" type="script" name="Get Position"/> <script src="GetPosition.lua" /> </meta> Name of Lua: GetPosition.lua
  2. I know, I always checking everything in wiki, because i don't know functions... But command still don't work, can somebody make it correct? :C It's will really helpful.
  3. I'm new in Lua, now I'm trying to make first Command, but it's don't work. The question is: why? function GetPosition ( player ) local x, y, z = GetElementPosition( player ) local rx, ry, rz = GetElementRotation( player ) outputChatBox( "Your Position: "..x..", "..y..", "..z..", Rotation: "..rx..", "..ry..", "..rz) end addCommandHandler ( "pos", GetPosition ) I was looking for a some Topic for new noobs in making commands, but i don't found nothing. PS: And sorry for my english :F
  4. Siema, jestem nowy . Zamierzam coś zadziałać w programowaniu dla MTA, wcześniej bawiłem się z Pawno (SA-MP), pod nickiem DmX, może ktoś mnie zna
×
×
  • Create New...