-
Content Count
1,148 -
Joined
-
Last visited
-
Days Won
10
Tekken last won the day on January 9
Tekken had the most liked content!
Community Reputation
96 PopularAbout Tekken
-
Rank
Banger
- Birthday 26/08/1997
Details
-
Gang
None
-
Location
Romania
-
Interests
Lua, PHP, MySQL, JavaScript, HTML, CSS
Recent Profile Visitors
6,532 profile views
-
I have already done it, with server synchronization you may check the difference performance wise, see my signature, got released not so long ago.
-
Use DxDrawImage3D You have a rot argument
-
DxDrawImage will not draw in 3D
-
Ofc you can rotate the image.
-
Succes!
-
Fain tine-o tot asa! App ai facut si o sincronizare server side nu?
-
Interesant, banuiesc ca nu se bazeaza pe slothbot nu?
-
?? What do you mean? Samp chat in mta?
-
How can I show the animation to each player? (.ifp)
Tekken replied to SoManyTears's topic in Scripting
You trigger the event from server side to all clients with the player you change the animation and you check on each client if the player in cause is on screen and if so trigger the animation. This way all clients that are looking at the player will see the animation. There might be a better way I haven’t tested the animation functions yet. -
That part should take away the error will not 'fix' the code but will take away the error.
-
I suggest you using the global variable ´localPlayer’ instead of calling getLocalPlayer() function that use less CPU. Also when you know you will use the same function in the same part of code multiple times you may want to declare a variable to save CPU
-
Well you check the skin it have and save it into playerAccount and when he joins you load, just a simple account system