[HELP] How to let not people use Army skin.
#2

OnPlayerRequestClass
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  if(classid == 287 && CanUseArmy[playerid] == 0)
  {
    SendClientMessage(playerid,COLOR_YELLOW,"You can't use the army skin.");
    return 0;
}
that'll do the job, untested and I don't know if it works.
Reply


Messages In This Thread
[HELP] How to let not people use Army skin. - by Evangek - 01.01.2010, 13:37
Re: [HELP] How to let not people use Army skin. - by KnooL - 01.01.2010, 14:25
Re: [HELP] How to let not people use Army skin. - by Evangek - 01.01.2010, 17:49
Re: [HELP] How to let not people use Army skin. - by Oxside - 01.01.2010, 18:06
Re: [HELP] How to let not people use Army skin. - by Evangek - 01.01.2010, 18:11
Re: [HELP] How to let not people use Army skin. - by Oxside - 01.01.2010, 18:13
Re: [HELP] How to let not people use Army skin. - by Evangek - 01.01.2010, 18:15
Re: [HELP] How to let not people use Army skin. - by Oxside - 01.01.2010, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)