-
Posts
681 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Zango
-
I think you might be confused by 'button' argument in onClientGUIClick >> https://wiki.multitheftauto.com/wiki/OnClientGUIClick string button, string state, int absoluteX, int absoluteY [b]button[/b]: the name of the mouse button that the GUI element was clicked with, can be left, right, or middle. remove argument in parentheses at triggerFunc and use source as comparison fx if source == GUIEditor_Radio[1] then
-
As I said, I use moveObject I move an invisible object along some coordinates and use getElementPosition on the object in setCameraMatrix
-
Try 1) Settings > Advanced > Browser speed > Slow 2) Does this link work? http://1mgg.com/affil/mta Do you have any firewall /anti-virus with built-in firewall?
-
The latest release version of MTA SA is 1.0.4 The next major release is 1.1
-
fyi I used moveObject + getElementPosition + setCameraMatrix you can do your own equation to calculate time of object movement by speed and distance. Create a timer with same value and design a table with route checkpoints. as a bonus note, setting a player's camera matrix elsewhere will have the world around him unloaded, so he'll fall in underground SA when you restore his target. sometimes doing setElementPosition once isn't sufficient either, so you need to "force" it, something like this: repeat until setElementPosition (player, x, y, z) end
-
I found this viewtopic.php?f=15&t=32047
-
viewtopic.php?f=13&t=30112&start=15 but yeah
-
Are you running MTA 1.0.4?
-
there are a few ways this one checks whether the value is a number, but not a number in a string function isNumber (n) return (type(n) == 'number') end you should use this one because it converts a number in a string into a number and still works as above, although you should use tonumber (value) if this one returns true, in case it's a string with a number function isNumber (n) return tonumber (n) end
-
1) Have you specified any value in this tag in mtaserver.conf? <!-- [i]ONLY USE THIS PARAMETER IF YOU ARE SURE OF WHAT YOU ARE DOING[/i] - it is generally only needed for professional servers and should be left blank otherwise. This parameter specifies the IP to use for servers that have multiple IP addresses. If left blank, it will default to server's standard local IP address. --> [b]<serverip></serverip>[/b] If so, please remove it and try again. 2) Have you got any other service distributing on port 22005? Maybe another server?
-
and what exactly does he expect?
-
This has happened to me when I had done a small change in the freecam resource. Try installing MTA to a brand new directory or get default resources from here, it might help.
-
that question can't be answered any better.
-
So you want to create a race map? 1) Start MTA 2) Click 'Map Editor' 3) At the top click 'Definitions' 4) Add race 5) At the bottom left, roll with your mouse to get race options, ie. place spawn, checkpoint pickup
-
Web hosting providers offer space to "house" your website. Plans (prices, duration's, space, etc.) vary depending on the company you choose. You cannot get your mtaserver hosted by a web hosting provider, only a website. Dedicated hosting is a “rent” of pre-configured full-fledged server from the hosting provider. You don't share this server (and its resources) with any other users – it's only under your control. That's it. You can install/uninstall any software of your choice, herein run your mtaserver. Dedicated hosting is expensive because you pay for an entire (physical) server, however do you plan on running multiple servers and host a website I suggest this. If not, it's simply a waste of money. Game server hosting is what you're looking for. They host your gameserver (in this case MTA server), provide tools and utilities to run your server and offer technical assistance. Click here to get a list of these providers for MTA. Watch out though, there's a few dodgy ones. I'd suggest BuSign, gta multi or what has a few good comments and a professional website.
-
The link you provided only works for registered users, maybe add the contents of the post you're linking to the FAQ?
-
du är välkommen!
-
Please provide the following: Operating system Router brand/model Port test from https://nightly.multitheftauto.com/ports/ (write results from bottom three boxes)
-
Is this server hosted from your computer or somewhere else? It seems like the necessary HTTP port isn't open for the host. btw in the future these sorta questions you might wanna place in the Server section
-
Please follow the advice I posted for you here, it can be the cause for this, thank you
-
Have you tried following the steps I provided above? Please try and temporarily disable your antivirus before updating, or add an exception if possible.
-
I am pretty sure you can do this with toggleControl + bindKey + setPedAnimation + setPedRotation + some camera calculation I am not sure whether SAMP supplies a few new running animations, if so you can import them into 1.1 and fully acquire this
-
hehe, really cool it looks like a super small marker (cylinder?) or something, to show a player?