Wich includes of this uses textdraws - 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: Wich includes of this uses textdraws (
/showthread.php?tid=650606)
Wich includes of this uses textdraws -
Blackaslan - 03.03.2018
I'm trying to patch my server and update but when I tried to update it Don't show me the textdraws so my question is wich of this includes uses this functions:
TextDrawCreate ,
TextDrawLetterSize etc.....
My Idea is hold the older include that uses textdraws and replace the others so please tell me wich is
a_object.inc
a_players.inc
a_samp.inc
a_sampdb.inc
a_vehicles.inc
core.inc
datagram.inc
file.inc
float.inc
string.inc
time.inc
Thanks in advance !
Re: Wich includes of this uses textdraws -
BulletRaja - 03.03.2018
Quote:
Originally Posted by Blackaslan
I'm trying to patch my server and update but when I tried to update it Don't show me the textdraws so my question is wich of this includes uses this functions: TextDrawCreate , TextDrawLetterSize etc.....
My Idea is hold the older include that uses textdraws and replace the others so please tell me wich is
a_object.inc
a_players.inc
a_samp.inc
a_sampdb.inc
a_vehicles.inc
core.inc
datagram.inc
file.inc
float.inc
string.inc
time.inc
Thanks in advance !
|
a_Samp.inc
contains All textdraws functions ok
Re: Wich includes of this uses textdraws -
Blackaslan - 03.03.2018
Thanks you very much +rep