Nerevr back
Member
- Joined
- Nov 7, 2014
- Messages
- 269
- Reaction score
- 7
anyone can tell me what is last version for C 8.60?? i need it please
and what is the better 0.4 or 0.3.6 for C 8.60
and what is the better 0.4 or 0.3.6 for C 8.60
Officially Rev 3884
function isValidPosition(position)
return (isNumeric(position.x .. position.y .. position.z) and position.x > 0 and position.y > 0 and position.z >= 0 and position.z <= 15)
end