26.07.2012, 15:11 
	
	
	PHP код:
   paycheck[playerid] = CreatePlayerTextDraw(playerid, 240.0, 580.0, "You got the paycheck");
    PlayerTextDrawShow(playerid, paycheck[playerid]);
    PlayerTextDrawAlignment(playerid, paycheck[playerid], 3);
    PlayerTextDrawColor(playerid, paycheck[playerid], 0xFF0000FF); // Red text 

