• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Help] Duelos
#1
Espa?ol: Hola buenas, tengo un problema con los Duelos y es que como hago para que los jugadores est?n en el mismo Virtual World y que si otros jugadores duelan en la misma arena que no coincidan el virtual world con los otros jugadores, no se si yo estoy explicando bien



[c?digo] SetPlayerVirtualWorld (id1, 1);

SetPlayerVirtualWorld (id2, 1); [/ c?digo]
Programador b?sico

  Reply
#2
(2021-02-22, 11:39 PM)Hitler Wrote: Espa?ol: Hola buenas, tengo un problema con los Duelos y es que como hago para que los jugadores est?n en el mismo Virtual World y que si otros jugadores duelan en la misma arena que no coincidan el virtual world con los otros jugadores, no se si yo estoy explicando bien



[c?digo] SetPlayerVirtualWorld (id1, 1);

SetPlayerVirtualWorld (id2, 1); [/ c?digo]



Hello sorry no espagnol

Try like this to not let the other players go to same VirtualWorld :



SetPlayerVirtualWorld(id1?,id1? 흍);

SetPlayerVirtualWorld(id2, id1 흍);
  Reply
#3
I'm not sure what you want to achieve, Google Translate might be wrong, but if I'm correct you want to make something like this:

Code:
new player1, player2;
new playerWorld = GetPlayerVirtualWorld(playerid);
if (playerWorld(player1) == playerWorld(player2))
// do what you want here
  Reply


Forum Jump: