SA-MP Forums Archive
CallLocalFunction - 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: CallLocalFunction (/showthread.php?tid=527419)



CallLocalFunction - bugi - 22.07.2014

I am making include and i am using this to end onplayerclicktextdraw callback in include and when i compile gamemode using this include it gives the error tag mismatch on this line in include:

return CallLocalFunction("OnPlBMC_OnPlayerClickTextDraw", "ii",playerid, Text:clickedid);


Re: CallLocalFunction - AlexeyTrekkkk - 22.07.2014

I know this problem, in include there are not problems. In your script there is double function or wrong using this function.


Re: CallLocalFunction - bugi - 22.07.2014

So how can I end this onplayerclicktextdraw callback in my include??


Re: CallLocalFunction - bugi - 22.07.2014

Solved this but selecttextdraw now not working