undefined symbol "IsPlayerSkin"
#1

How do I fix this?

undefined symbol "IsPlayerSkin"
Reply
#2

You have to define that function.
https://sampwiki.blast.hk/wiki/GetPlayerSkin

stock IsPlayerSkin(playerid, skinid)
{
return GetPlayerSkin(playerid)==skinid;
}
Reply
#3

Ok thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)