11.08.2013, 18:43
Thanks, but I mean....
pawn Код:
new rand = Random(3);
if(rand == 1)
{
SmallGrip[playerid] ++;
}
if(rand == 2)
{
MedGrip[playerid] ++;
}
if(rand == 3)
{
LargeGrip[playerid] ++;
}
// from this it's only going to select 1, I need 3, but I need to know the result from it so I can put it in a string.