27.01.2015, 14:42
Hello, This is the first time to create TextDraw so i made this
But it didn't show anything....
Any Help ?!
PHP код:
CMD:text(playerid, params[])
{
new PlayerText:test[MAX_PLAYERS];
test[playerid] = CreatePlayerTextDraw(playerid, 240, 580, "This is test");
PlayerTextDrawShow(playerid, test[playerid]);
return 1;
}
Any Help ?!