10.10.2010, 01:47
is it possible to make it so if tge pickupid == to any pickup in the array?... for example, i have this
if(pickupid == test[0])
{
SendClientMessage....
}
else if(pickupid == test[1])
{
Same as test[0]
}
is it possible to make it so it checks if the pickup id is one like
if(pickupid == test[])
{
Do
}
if(pickupid == test[0])
{
SendClientMessage....
}
else if(pickupid == test[1])
{
Same as test[0]
}
is it possible to make it so it checks if the pickup id is one like
if(pickupid == test[])
{
Do
}