It won't work multiplayer because you're creating a dialog just for one player. You need to make a local variable, then make a loop from 1 - <max players>. Then you need to set the last created dialog to a dialog ARRAY. This will create a dialog for every player, and they will all be unique.
Yes, it is all possible and fairly simple. Although I wouldn't suggest the method you proposed, as it would cause potential spam to the other player. You'd have to work around knowing that fact.
I saw your code earlier and it's not coded for multiple players - you have to start using variable arrays if you want to code for multiple players. I suggest looking over a tutorial thread if you are unfamiliar with variable arrays.
Rollback Post to RevisionRollBack
Project Rise of Nigma
To post a comment, please login or register a new account.
@CrazyTwigman: Go
It won't work multiplayer because you're creating a dialog just for one player. You need to make a local variable, then make a loop from 1 - <max players>. Then you need to set the last created dialog to a dialog ARRAY. This will create a dialog for every player, and they will all be unique.
@CrazyTwigman: Go
Yes, it is all possible and fairly simple. Although I wouldn't suggest the method you proposed, as it would cause potential spam to the other player. You'd have to work around knowing that fact.
I saw your code earlier and it's not coded for multiple players - you have to start using variable arrays if you want to code for multiple players. I suggest looking over a tutorial thread if you are unfamiliar with variable arrays.