09.03.2011, 15:17
Como que eu faзo para adicionar este texto embaixo ??
new Text:JFS;
Textdraw0 = TextDrawCreate(3.000000, 433.000000, "[TDM] ~g~Drift x Cop - ~w~ By: ~y~Garfield й Jonathan Feitosa");
TextDrawBackgroundColor(JFS, 255);
TextDrawFont(JFS, 1);
TextDrawLetterSize(JFS, 0.529999, 1.300001);
TextDrawColor(JFS, -65281);
TextDrawSetOutline(JFS, 1);
TextDrawSetProportional(JFS, 1);
TextDrawUseBox(JFS, 1);
TextDrawBoxColor(JFS, 255);
TextDrawTextSize(JFS, 655.000000, -95.000000);
for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
TextDrawShowForPlayer(i, JFS);
}
}
return 1;
}
TextDrawHideForAll(JFS);
TextDrawDestroy(JFS);
TextDrawShowForPlayer(playerid, JFS);