How to Modify Weapon Skill for Every Players !
#3

pawn Код:
for(new x = 0; x < MAX_PLAYERS; x++)
{
  if(!IsPlayerConnected(x) || IsPlayerNPC(x)) continue;
  SetPlayerSkillLevel(x, WEAPONSKILL_UZI, 200);
}
Reply


Messages In This Thread
How to Modify Weapon Skill for Every Players ! - by drawkk - 07.12.2009, 19:56
Re: How to Modify Weapon Skill for Every Players ! - by KIDUL - 07.12.2009, 20:01
Re: How to Modify Weapon Skill for Every Players ! - by godknightx - 07.12.2009, 20:14

Forum Jump:


Users browsing this thread: 1 Guest(s)