Solved
#3



forward CheckMissionWeapon();
public CheckMissionWeapon()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
new w,a;
GetPlayerWeaponData(i,5,w,a);
if(w != 31)
{
SendClientMessage(i, COLOR_WHITE, "You not have M4 so you can't pass this mission");
}
}
}
return 1;
}



But not work

Any Help
Reply


Messages In This Thread
Solved - by [MK]Soprano - 24.06.2010, 14:51
Re: How to Check this ? - by Hiddos - 24.06.2010, 14:54
Re: How to Check this ? - by [MK]Soprano - 24.06.2010, 14:56
Re: How to check this ? - by MadeMan - 24.06.2010, 17:06
Re: How to check this ? - by [MK]Soprano - 24.06.2010, 17:10
Re: How to check this ? - by MadeMan - 24.06.2010, 17:15
Re: How to check this ? - by [MK]Soprano - 24.06.2010, 17:24
Re: How to check this ? - by Jefff - 24.06.2010, 17:29
Re: How to check this ? - by [MK]Soprano - 24.06.2010, 17:34

Forum Jump:


Users browsing this thread: 1 Guest(s)