Quote:
Originally Posted by avril-lavigne
1.You can use offset to count spawns
2. to determine what hand use simple new hand[33]
hand[id] = 1 // lets say right hand
hand[id] = 2 // left hand
if(hand[id] == 1)
// code
|
1. I cant understand the recommendation with offset... Can you explain me?
2. Can you explain me why? I want to learn.