- Code: Select all
if (player11&&player22 ==1)
{
SendActivationEvent("txtcreate1");
strcpy(Player2.text, "Player 2");
player22 =0;
}
but when player11 and player22 equal different numbers it still preforms the actions
o yeah and how do you make like a typing box, where you can type numbers ?