21.07.2012, 22:42
Ok so there is this thing where a player each gets a number and its a different number its just when i do this
Why does that not work because i want it to pick a random number but only from the numbers that players have
Please help
Thanks
pawn Code:
new check = random(Player[i][Number]);
if(check == Player[i][Number])
{
// Code here
}
Please help
Thanks