22.05.2012, 14:15
Quote:
What is more efficient when making pickups and textdraws, enter and exit commands.
Case Statements or If statements? If case statement how would I be able set the pickups to an array and, well, as you can tell I have no clue what to do.. I can do it but, I need a few examples.. I have also seen people create pickups through the MySQL, I find this more strenuous on the server in theory so if someone could explain why some people do that for me it would be appreciated, cheers. - Karner |
The reason people create pickups through MySQL is so that they don't have to restart the server to add new pickups. It's not more strenuous on the server except while loading and saving, which isn't done very often. If you have a local MySQL database, then it won't really affect much.