IsLSFMD define problem - 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)
+--- Thread: IsLSFMD define problem (
/showthread.php?tid=618441)
IsLSFMD define problem -
VincentBlack - 06.10.2016
Hey guys, once I added this code line the compailer kept sending me an error that IsLSFMD is not defined("error 017: undefined symbol "IsLSFMD"), I spent an hour trying to fix it and I just gave up, I thought if some of you could help me out.. thanks.
Re: IsLSFMD define problem -
Pearson - 06.10.2016
IsLFMD code please
Re: IsLSFMD define problem -
SickAttack - 06.10.2016
Then define it.
pawn Код:
IsLFMD(playerid)
{
// code
}
Re: IsLSFMD define problem -
VincentBlack - 06.10.2016
The problem is that I don't have any of these "IsACop", "IsSASD", "IsFBI" defined, so logicly I shouldn't even need IsLSFMD?