undefined symbol "IsPlayerSkin" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: undefined symbol "IsPlayerSkin" (
/showthread.php?tid=126308)
undefined symbol "IsPlayerSkin" -
Juanxz - 07.02.2010
How do I fix this?
undefined symbol "IsPlayerSkin"
Re: undefined symbol "IsPlayerSkin" -
mansonh - 07.02.2010
You have to define that function.
https://sampwiki.blast.hk/wiki/GetPlayerSkin
stock IsPlayerSkin(playerid, skinid)
{
return GetPlayerSkin(playerid)==skinid;
}
Re: undefined symbol "IsPlayerSkin" -
Juanxz - 07.02.2010
Ok thanks