14.02.2012, 10:15
Aqui Esta \/
PHP код:
new Text:Textdraw0; // No topo do GM
//----------------------------------------------------------------------//
//Em OnPlayerConnect \/
//---------------------------------------------------------------------//
Textdraw0 = TextDrawCreate(0.000000, 1.000000, "loadsc3:loadsc3");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 4);
TextDrawLetterSize(Textdraw0, 0.759999, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 255);
TextDrawTextSize(Textdraw0, 639.000000, 448.000000);
//---------------------------------------------------------------------//
// Em OnPlayerRequestClass(playerid, classid) \/
//---------------------------------------------------------------------//
TextDrawHideForPlayer(playerid, Textdraw0);