14.05.2018, 17:35
ALS_HOOK tutorial: https://sampforum.blast.hk/showthread.php?tid=574534
INCLUDE
FS
INCLUDE
PHP код:
hook OnFilterScriptInit() //y_hooks or learn ALS_HOOK
{
//text creation here
return 1;
}
PHP код:
stock ShowPlayerTD(playerid)
{
return TextDrawShowForPlayer(playerid, td);
}
PHP код:
ShowPlayerTD(playerid);