im having problems within running MTA. After i run it, it opens game and after GTA splash screen ends and loads menu, it instantly close's and doesnt say anything not even error and nothing in Dumps folder aswell.
No, it's a shared function
yes it is, but if you will create vehicle from client side then you cant enter in it and only that person can see for which was vehicle created. Also then 'warpPedIntoVehicle' wont work either and car will disappear after u reconnect.
maybe you just made bad code? I have happend to my self exact same thing but between client and server side's. I remaded bit code and it fixed a problem.
TOP-GTA
Ultimate DayZ
Best dayz servers out there, just open server browser ingame and search up for one of those names and you will find ip for those servers.
tak varbūt tas int() ir vainīgs vajag tieši ciparu, paņem vnk outPutChatBox(atkariba) izdari un čatā redzēsi ja būs false vai int(11) tad tāpēc tā vaina ir.
nejau skripts ir nepareizs bet gan pats variable 'ATKARIBA' viņā ietur BOOLEANS kas ir TRUE vai FALSE bet tu BOOLEAN samēri ar CIPARU, tāpēc tāds errors ir.
problēma ir tāda ka 'atkarība' ir boolean vērtība (true vai false), varbūt informāciju nepareizu esi aizsūtijis vai arī tev kaut kas ar to sistēmu nav kārtībā.
use the template arguments
local pos1, pos2, pos3 = 1468.8785400391, -919.25317382813, 100.153465271
local pos4, pos5, pos6 = 1468.388671875, -918.42474365234, 99.881813049316
setCameraMatrix(source/localplayer, pos1, pos2, pos3, pos4, pos5, pos6 )
omg, its same thing. Pls dont post anymore.
my attempt was this. but it did not work
function test(thePlayer, command)
toggleControl("sprint", false)
outputChatBox ( "test1" )
end
addCommandHandler ( "test", test )
sprint is running, it will only stop running, but if u want to stop walk u can use theese.
toggleControl("forwards", false)
toggleControl("backwards", false)
toggleControl("left", false)
toggleControl("right", false)
Hello.
When i use setCameraMatrix it works all fine, but i want rotate angle to 180 and when i put in code in rotation 180 it only rotates like 10 or 20 not full 180. Is there solution for this?
code
setCameraMatrix (-1443.1142578125,-1509.5010986328,102.61036682129,180)
You need make when player writes command /rampdown, it goes trough server side and goes back to client side and then only executes command it should work then.
You are totally wrong here, i use it a lot times in my own scripting.
[quote name=..&G:..]
What do you mean...? I don't get it
He meant that when u trigger server side event, you need get info back from server side event to client side event by using triggerClientEvent. So that is the reason why it outputs NO on client side but on server side outputs YES, because Client side doesnt know that information because you havent returned that correct info back to client side from server side.
no i needed to use it, i just made it work with my friends help, he explained me how it works.
and btw your code what u gave me about triggering client event, was wrong either. So please learn first by your self scripting before helping others.