26.06.2014, 00:37
For clickeable textdraw you must use TextDrawSize/PlayerTextDrawSize.
EDIT:
Change aligment to center
EDIT:
Change aligment to center
pawn Code:
PlayerTextDrawAlignment(playerid, Registration[playerid], 2);
PlayerTextDrawTextSize(playerid, Registration[playerid], 20.0, 400.0);
//Login too
PlayerTextDrawAlignment(playerid, LogIN[playerid], 2);
PlayerTextDrawTextSize(playerid, LogIN[playerid], 20.0, 400.0);