if playerskin
#1

How do I make an if statement to check if the player has got a certain skin?
Reply
#2

pawn Код:
if (GetPlayerSkin(playerid) == skin_id) {
     // Yes, he does
} else {
    // No, he doesnt
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)