possible glitch fix

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

possible glitch fix

Post by whosyourdaddy » Mon Dec 08, 2008 8:38 pm

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
Image

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Re: possible glitch fix

Post by Geesu » Fri Jan 02, 2009 1:19 am

Add to bug tracker pls
No Support via PM

Post Reply