Page 1 of 1

possible glitch fix

Posted: Mon Dec 08, 2008 8:38 pm
by whosyourdaddy
you have this

Code: Select all

	p_data_b[id][PB_GIVEITEMS]	= true;
	
	// Reset the user's skin to normal
	SHARED_ChangeSkin( id, SKIN_RESET );

	// The user should no longer be a mole!
	p_data_b[id][PB_MOLE] = false;

	set_task( 0.2, "_SHARED_Spawn_Final", TASK_SPAWNPLAYER + id );
	set_task( 0.4, "_SHARED_CS_GiveWeapons", TASK_GIVEITEMS + id );
	set_task( 1.0, "_SHARED_SpawnRemoveGod", TASK_SPAWNREMOVEGOD + id );
p_data_b[id][PB_GIVEITEMS] = true; is called for shared_cs_giveweapons but ur doing _shared_cs_giveweapons which doesnt need it. if player buys scroll,and dies the same round, the next round he will get his weapons again with or without ankh or orc needed

Re: possible glitch fix

Posted: Fri Jan 02, 2009 1:19 am
by Geesu
Add to bug tracker pls