How to check?
#1

Hey everyone, is this possible? How can i check, that player skin is CJ? ( I know, skin ID 0, but there are a lot of CJ skins(like 86, etc)?Because, when i update someone's .ini file, and close it - then skin changing to CJ.
Reply
#2

pawn Код:
if(GetPlayerSkin(playerid); == 0))
{
// Your code
}
That is a very rough example, but im in a hurry to get to school sorry


**News**:
1000th post!
Reply
#3

and also it is wrong steven

pawn Код:
if(GetPlayerSkin(playerid) == 0){
  //Add what you wanne do
}
there shouldn't be any ";" behind the GetPlayerSkin, otherwise it won't work..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)