02.05.2014, 13:44
(
Последний раз редактировалось iRaiDeN; 02.05.2014 в 16:15.
)
Introduction
First, this is only meant Include shift of textdraw, I think I built it because there are network systems, such hope Staohbo and use it a lot.
Function's
Example's
Download
Pastebin.
SolidFiles.
ChangeLog
Video
[ame]http://www.youtube.com/watch?v=16wRIy49mBA[/ame]
Note: you can change the textdraw color all, but not the postions of the textdraw!
First, this is only meant Include shift of textdraw, I think I built it because there are network systems, such hope Staohbo and use it a lot.
Function's
PHP код:
CreateTextDrawMover(text[],text_color)
PHP код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <TextDrawMover>
COMMAND:movetextdraw(playerid,params[])
{
new localString[257];
if(sscanf(params,"s[257]",localString)) return SendClientMessage(playerid,-1,"[Usage]: /movetextdraw [Text]");
CreateTextDrawMover(localString,-1);
return 1;
}
Pastebin.
SolidFiles.
ChangeLog
PHP код:
All the bugs been fixed!
i'm add a video!
[ame]http://www.youtube.com/watch?v=16wRIy49mBA[/ame]
Note: you can change the textdraw color all, but not the postions of the textdraw!