View Single Post
Author Message
itoxicreal
Senior Member
Join Date: Jun 2018
Old 05-30-2020 , 12:26   unstuck wont work
Reply With Quote #1

Hi in my zombieplague sma my unstuck code wont work
here is the code
Code:
case 3: 
		{
			if ( IsAlive [id] )
			{
				if ( is_player_stuck ( id ) )
				
					DoRandomSpawn ( id, 1 );
				else
					client_print_color ( id, print_team_default, "%s You are not stuck.", CHAT_PREFIX );
			}
			else
				client_print_color ( id, print_team_default, "%s Extra items are unavailable right now...", CHAT_PREFIX );
		}
itoxicreal is offline