[HELP] Question
#4

to disable weapons

SetPlayerArmedWeapon(playerid, 0); will put them to hands

then if they try to change to another weapon
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(/*your area check*/) SetPlayerArmedWeapon(playerid, 0);
}

Reply


Messages In This Thread
[HELP] Question - by jonybomb - 07.02.2010, 20:02
Re: [HELP] Question - by mansonh - 07.02.2010, 20:09
Re: [HELP] Question - by jonybomb - 07.02.2010, 20:45
Re: [HELP] Question - by mansonh - 07.02.2010, 20:56
Re: [HELP] Question - by jonybomb - 07.02.2010, 21:11
Re: [HELP] Question - by mansonh - 07.02.2010, 21:12
Re: [HELP] Question - by jonybomb - 07.02.2010, 21:24

Forum Jump:


Users browsing this thread: 1 Guest(s)