Making a Certain Class for a player?
#1

Sorry for posting another topic but no-one seemed to reply to my old one :S

Well I want to know how to Set a Certain Class for use with a specified player..

If you'd post a code or something here, thank you i't would be hugely appreciated.
Reply
#2

pawn Код:
CMD:commnd(playerid)
{
              if (GetPlayerSkin(playerid) ==  Skin)//The line that does all the work
               {
               //code
               }
               return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)