View Single Post
narutoghost
Junior Member
Join Date: Apr 2009
Old 05-10-2009 , 01:53   Re: blockmaker_v4.01 [BM]
Reply With Quote #1103

I need help. I'm trying to make it so both of the team can get a certain weapon.

if (is_user_alive(id) && !HpUsed[id] && get_user_team(id) == 1) what should i change the "1" into? i've tried, "if (is_user_alive(id) && !HpUsed[id] && get_user_team(id) == 1,2)" it worked but everytime they jump into the block they can get that weapon over and over again.
narutoghost is offline