SA-MP Forums Archive
textdraws to include - 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: textdraws to include (/showthread.php?tid=653847)



textdraws to include - enzulikeS - 14.05.2018

how can i move my textdraws to a include?

i know, create a folder with termination .inc, but, how to use them in my gm?


Re: textdraws to include - Lokii - 14.05.2018

ALS_HOOK tutorial: https://sampforum.blast.hk/showthread.php?tid=574534

INCLUDE

PHP код:

hook OnFilterScriptInit
() //y_hooks or learn ALS_HOOK 
{
    
//text creation here
    
return 1;

PHP код:
stock ShowPlayerTD(playerid)
{
    return 
TextDrawShowForPlayer(playeridtd);

FS

PHP код:
ShowPlayerTD(playerid);