Code:
for(int i = 0; i < 12; i++)
{
     pPlayer[i].points += 1;
     enet_sendto(&(pPlayer[i].points), sizeof(var), BROADCAST);
}



As simple as that laugh

Last edited by Ch40zzC0d3r; 08/27/14 13:46.