14.05.2018, 17:28
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?
i know, create a folder with termination .inc, but, how to use them in my gm?
hook OnFilterScriptInit() //y_hooks or learn ALS_HOOK
{
//text creation here
return 1;
}
stock ShowPlayerTD(playerid)
{
return TextDrawShowForPlayer(playerid, td);
}
ShowPlayerTD(playerid);