Pickup with arrays?
#1

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
}
Reply


Messages In This Thread
Pickup with arrays? - by almighty - 10.10.2010, 01:47
Re: Pickup with arrays? - by Rachael - 10.10.2010, 02:16
Respuesta: Pickup with arrays? - by almighty - 10.10.2010, 11:54
Re: Pickup with arrays? - by Rachael - 10.10.2010, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)