17.02.2010, 17:25 
	
	
	
		So.. i have made level system.. i need to know only one thing.. 
how can i make armour to spawn with ONE player - player who bought level
	
	
	
	
how can i make armour to spawn with ONE player - player who bought level
Код:
if(blablabla)
{
if(boughted == 1)
{
There i need help - how to make spawning with armour.. }

