Okay, hey MTA Forum Visitors
I have 2 questions about some Scripting Functions + Account System
I plan to make an new complexe "Gamemode", with complexe i mean it should be ready for EVERY User mass so far
Okay my first question:
What of these 2 Methods is better / faster ?
1:
msgString = "Hello"
outputChatBox(msgString + "," + getPlayerName(source))
2:
msgString = "Hello"
outputChatBox(string.format("%s, %s", msgString, getPlayerName(source))
Reason of this question is i have an multi language System i self decide more for string.format..
I'm not sure what a Account System i should use...
I have currently an MySQL Account System with the Built- in DB Function, but i think with many query's in one time (like on 90+ players logging in and out causes lagging)
i thinked about the built-in Account System ?
I know i can make self a benchmark but this post is to know more about the experience of other Scripters/Server Owners for efficency data saving
Thanks for Reading, and that you survived my bad english