27.08.2012, 13:57
Hello, so I've tried a few things but I cannot make it so it will create Dynamic 3D Text on my position.
So, how could I make it so when I do a command for example:
CMD:text(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, "Text created");
// dynamic text thing here!
return 1;
}
Like, I want it to say the same thing everything I do that command but How can I make it so when I do the command, it creates the text at my exact position
thanks guys
So, how could I make it so when I do a command for example:
CMD:text(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, "Text created");
// dynamic text thing here!
return 1;
}
Like, I want it to say the same thing everything I do that command but How can I make it so when I do the command, it creates the text at my exact position
thanks guys