08.10.2012, 18:22
Alguem sabe como colocar o id no rodapй?
Agradeзo desde jб.
Agradeзo desde jб.
forum[i] = TextDrawCreate(1.000000,435.000000,"~w~Nick:~r~%s ~w~~h~ID:~r~[%d] ~r~~h~Site: ~w~~h~WWW",PlayerName(playerid));
TextDrawUseBox(forum[i],1);
TextDrawBoxColor(forum[i],0x00000066);
TextDrawTextSize(forum[i],641.000000,0.000000);
TextDrawAlignment(forum[i],0);
TextDrawBackgroundColor(forum[i],0x000000ff);
TextDrawFont(forum[i],3);
TextDrawLetterSize(forum[i],0.599999,1.400000);
TextDrawColor(forum[i],0xffffffff);
TextDrawSetOutline(forum[i],1);
TextDrawSetProportional(forum[i],1);
TextDrawSetShadow(forum[i],1);
}
public OnGameModeInit()
forum[i] = TextDrawCreate(1.000000,435.000000,"~w~Nick:~r~%s ~w~~h~ID:~r~[%d] ~r~~h~Site: ~w~~h~WWW",PlayerName(playerid), playerid);