some interesting functions
pawn Code:
native GetTextDrawAlpha(text: id); // it shall return a value from 0.0 to 1.0
native SetTextDrawAlpha(text:id, Float: alpha); // it shall set the textdraw alpha.
native GetPlayerTextDrawAlpha(playertext: id); // it shall return a value from 0.0 to 1.0
native SetPlayerTextDrawAlpha(playertext:id, Float: alpha); // it shall set the textdraw alpha.
and was well, the possiblitie to work with client side, which would give us the possiblitie of doing alot of gui's, menus, which could maximize our game play over a sa-mp server.